6 lines
90 B
ArmAsm
6 lines
90 B
ArmAsm
.text
|
|
.globl plt
|
|
.type plt, @function
|
|
plt:
|
|
call *puts@GOTPCREL(%rip)
|
|
jmp puts@PLT
|