mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
11 lines
133 B
ArmAsm
11 lines
133 B
ArmAsm
|
.type bar, @function
|
||
|
bar:
|
||
|
ret
|
||
|
.size bar, .-bar
|
||
|
.globl foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
leaq bar(%rip), %rax
|
||
|
ret
|
||
|
.size foo, .-foo
|