mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
17 lines
419 B
Makefile
17 lines
419 B
Makefile
#source: mark-plt-1.s
|
|
#as: --64
|
|
#ld: -melf_x86_64 -shared -z mark-plt --hash-style=both --no-rosegment
|
|
#objdump: -dw
|
|
|
|
#...
|
|
0+1010 <bar@plt>:
|
|
+1010: ff 25 32 11 00 00 jmp \*0x1132\(%rip\) # 2148 <bar>
|
|
+1016: 68 00 00 00 00 push \$0x0
|
|
+101b: e9 e0 ff ff ff jmp 1000 <bar@plt-0x10>
|
|
|
|
Disassembly of section .text:
|
|
|
|
0+1020 <foo>:
|
|
+1020: e8 eb ff ff ff call 1010 <bar@plt>
|
|
#pass
|