8 lines
123 B
ArmAsm
8 lines
123 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
.cfi_startproc
|
|
call func@plt
|
|
movq func@GOTPCREL(%rip), %rax
|
|
.cfi_endproc
|