mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 21:01:18 +01: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
|