7 lines
69 B
ArmAsm
7 lines
69 B
ArmAsm
|
.globl _shared
|
||
|
.weak x2
|
||
|
_shared:
|
||
|
callq x1@PLT
|
||
|
|
||
|
callq x2@PLT
|