bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsdesc.pd
1 #source: tlsdesc.s
2 #source: tlspic2.s
3 #as: --64
4 #ld: -shared -melf_x86_64
5 #objdump: -drj.plt
6 #target: x86_64-*-*
7
8 .*: +file format elf64-x86-64
9
10 Disassembly of section .plt:
11
12 [0-9a-f]+ <.*@plt-0x10>:
13 [0-9a-f]+: ff 35 .. .. 20 00 pushq .*\(%rip\) # 201358 <_GLOBAL_OFFSET_TABLE_\+0x8>
14 [0-9a-f]+: ff 25 .. .. 20 00 jmpq \*.*\(%rip\) # 201360 <_GLOBAL_OFFSET_TABLE_\+0x10>
15 [0-9a-f]+: 0f 1f 40 00 nopl 0x0\(%rax\)
16 [0-9a-f]+ <.*@plt>:
17 [0-9a-f]+: ff 35 .. .. 20 00 pushq .*\(%rip\) # 201358 <_GLOBAL_OFFSET_TABLE_\+0x8>
18 [0-9a-f]+: ff 25 .. .. 20 00 jmpq \*.*\(%rip\) # 201348 <_DYNAMIC\+0x190>
19 [0-9a-f]+: 0f 1f 40 00 nopl 0x0\(%rax\)
20
This page took 0.051933 seconds and 4 git commands to generate.