mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
15 lines
219 B
ArmAsm
15 lines
219 B
ArmAsm
.text
|
|
foo:
|
|
call func1@PLT
|
|
add __ehdr_start@GOTPCREL(%rip), %rax
|
|
|
|
.section .bar,"aw",@progbits
|
|
.p2align 3
|
|
.dc.a data1
|
|
.dc.a __ehdr_start
|
|
|
|
.section .foo,"aw",@progbits
|
|
.p2align 3
|
|
.dc.a data1
|
|
.dc.a __ehdr_start
|