x86-64: Improve PLT generation and synthetic PLT symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / bnd-ifunc-2-now.d
1 #source: bnd-ifunc-2.s
2 #as: --64 -madd-bnd-prefix
3 #ld: -z now -shared -melf_x86_64 -z bndplt
4 #objdump: -dw
5
6 .*: +file format .*
7
8
9 Disassembly of section .plt:
10
11 0+2b0 <.plt>:
12 +[a-f0-9]+: ff 35 ba 01 20 00 pushq 0x2001ba\(%rip\) # 200470 <_GLOBAL_OFFSET_TABLE_\+0x8>
13 +[a-f0-9]+: f2 ff 25 bb 01 20 00 bnd jmpq \*0x2001bb\(%rip\) # 200478 <_GLOBAL_OFFSET_TABLE_\+0x10>
14 +[a-f0-9]+: 0f 1f 00 nopl \(%rax\)
15 +[a-f0-9]+: 68 01 00 00 00 pushq \$0x1
16 +[a-f0-9]+: f2 e9 e5 ff ff ff bnd jmpq 2b0 <.plt>
17 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
18 +[a-f0-9]+: 68 00 00 00 00 pushq \$0x0
19 +[a-f0-9]+: f2 e9 d5 ff ff ff bnd jmpq 2b0 <.plt>
20 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
21
22 Disassembly of section .plt.got:
23
24 0+2e0 <func1@plt>:
25 +[a-f0-9]+: f2 ff 25 71 01 20 00 bnd jmpq \*0x200171\(%rip\) # 200458 <func1>
26 +[a-f0-9]+: 90 nop
27
28 0+2e8 <func2@plt>:
29 +[a-f0-9]+: f2 ff 25 71 01 20 00 bnd jmpq \*0x200171\(%rip\) # 200460 <func2>
30 +[a-f0-9]+: 90 nop
31
32 Disassembly of section .plt.bnd:
33
34 0+2f0 <\*ABS\*\+0x30c@plt>:
35 +[a-f0-9]+: f2 ff 25 89 01 20 00 bnd jmpq \*0x200189\(%rip\) # 200480 <_GLOBAL_OFFSET_TABLE_\+0x18>
36 +[a-f0-9]+: 90 nop
37
38 0+2f8 <\*ABS\*\+0x300@plt>:
39 +[a-f0-9]+: f2 ff 25 89 01 20 00 bnd jmpq \*0x200189\(%rip\) # 200488 <_GLOBAL_OFFSET_TABLE_\+0x20>
40 +[a-f0-9]+: 90 nop
41
42 Disassembly of section .text:
43
44 0+300 <resolve1>:
45 +[a-f0-9]+: f2 e8 da ff ff ff bnd callq 2e0 <func1@plt>
46
47 0+306 <g1>:
48 +[a-f0-9]+: f2 e9 ec ff ff ff bnd jmpq 2f8 <\*ABS\*\+0x300@plt>
49
50 0+30c <resolve2>:
51 +[a-f0-9]+: f2 e8 d6 ff ff ff bnd callq 2e8 <func2@plt>
52
53 0+312 <g2>:
54 +[a-f0-9]+: f2 e9 d8 ff ff ff bnd jmpq 2f0 <\*ABS\*\+0x30c@plt>
55 #pass
This page took 0.044086 seconds and 4 git commands to generate.