6 lines
85 B
ArmAsm
6 lines
85 B
ArmAsm
.text
|
|
.globl plt
|
|
.type plt, @function
|
|
plt:
|
|
call *puts@GOT(%ebx)
|
|
jmp puts@PLT
|