mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08: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
|