mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
7 lines
85 B
ArmAsm
7 lines
85 B
ArmAsm
|
.text
|
||
|
.globl plt
|
||
|
.type plt, @function
|
||
|
plt:
|
||
|
call *puts@GOT(%ebx)
|
||
|
jmp puts@PLT
|