mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
12 lines
163 B
ArmAsm
12 lines
163 B
ArmAsm
|
.text
|
||
|
.global x
|
||
|
.type x,@function
|
||
|
x:
|
||
|
move.d expobj2:GOT,$r10
|
||
|
move.d expobj2:PLT,$r10
|
||
|
move.d expfn2:GOT,$r10
|
||
|
move.d expfn2:PLT,$r10
|
||
|
.Lfe1:
|
||
|
.size x,.Lfe1-x
|
||
|
|