11 lines
115 B
ArmAsm
11 lines
115 B
ArmAsm
|
.text
|
||
|
.type foo, @function
|
||
|
.global
|
||
|
foo:
|
||
|
movl xxx@GOT(%ebx), %eax
|
||
|
ret
|
||
|
|
||
|
.data
|
||
|
xxx:
|
||
|
.long ifunc
|