mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
18 lines
280 B
ArmAsm
18 lines
280 B
ArmAsm
.text
|
|
.globl fct
|
|
.type fct, @gnu_indirect_function
|
|
.set fct,resolve
|
|
.hidden int_fct
|
|
.globl int_fct
|
|
.set int_fct,fct
|
|
.p2align 4,,15
|
|
.type resolve, @function
|
|
resolve:
|
|
call ifunc@PLT
|
|
.size resolve, .-resolve
|
|
.globl g
|
|
.type g, @function
|
|
g:
|
|
jmp int_fct@PLT
|
|
.size g, .-g
|