790e107586beb4a71ae62704e268d036d3397052
[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 --hash-style=sysv -z max-page-size=0x200000 -z noseparate-code
4 #objdump: -dw
5
6 .*: +file format .*
7
8
9 Disassembly of section .plt:
10
11 0+240 <.plt>:
12 +[a-f0-9]+: ff 35 9a 01 20 00 pushq 0x20019a\(%rip\) # 2003e0 <_GLOBAL_OFFSET_TABLE_\+0x8>
13 +[a-f0-9]+: f2 ff 25 9b 01 20 00 bnd jmpq \*0x20019b\(%rip\) # 2003e8 <_GLOBAL_OFFSET_TABLE_\+0x10>
14 +[a-f0-9]+: 0f 1f 00 nopl \(%rax\)
15 +[a-f0-9]+: 68 03 00 00 00 pushq \$0x3
16 +[a-f0-9]+: f2 e9 e5 ff ff ff bnd jmpq 240 <.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 240 <.plt>
20 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
21 +[a-f0-9]+: 68 01 00 00 00 pushq \$0x1
22 +[a-f0-9]+: f2 e9 c5 ff ff ff bnd jmpq 240 <.plt>
23 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
24 +[a-f0-9]+: 68 02 00 00 00 pushq \$0x2
25 +[a-f0-9]+: f2 e9 b5 ff ff ff bnd jmpq 240 <.plt>
26 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
27
28 Disassembly of section .plt.sec:
29
30 0+290 <\*ABS\*\+0x2bc@plt>:
31 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 2003f0 <_GLOBAL_OFFSET_TABLE_\+0x18>
32 +[a-f0-9]+: 90 nop
33
34 0+298 <func1@plt>:
35 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 2003f8 <func1>
36 +[a-f0-9]+: 90 nop
37
38 0+2a0 <func2@plt>:
39 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 200400 <func2>
40 +[a-f0-9]+: 90 nop
41
42 0+2a8 <\*ABS\*\+0x2b0@plt>:
43 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 200408 <_GLOBAL_OFFSET_TABLE_\+0x30>
44 +[a-f0-9]+: 90 nop
45
46 Disassembly of section .text:
47
48 0+2b0 <resolve1>:
49 +[a-f0-9]+: f2 e8 e2 ff ff ff bnd callq 298 <func1@plt>
50
51 0+2b6 <g1>:
52 +[a-f0-9]+: f2 e9 ec ff ff ff bnd jmpq 2a8 <\*ABS\*\+0x2b0@plt>
53
54 0+2bc <resolve2>:
55 +[a-f0-9]+: f2 e8 de ff ff ff bnd callq 2a0 <func2@plt>
56
57 0+2c2 <g2>:
58 +[a-f0-9]+: f2 e9 c8 ff ff ff bnd jmpq 290 <\*ABS\*\+0x2bc@plt>
59 #pass
This page took 0.032646 seconds and 3 git commands to generate.