37 lines · plain
1 .syntax unified2 .arm3 .section .R_ARM_CALL24_callee_low, "ax",%progbits4 .align 25 .globl callee_low6 .type callee_low,%function7callee_low:8 bx lr9 10 .section .R_ARM_CALL24_callee_thumb_low, "ax",%progbits11 .balign 0x10012 .thumb13 .type callee_thumb_low,%function14 .globl callee_thumb_low15callee_thumb_low:16 bx lr17 18 .section .R_ARM_CALL24_callee_high, "ax",%progbits19 .balign 0x10020 .arm21 .globl callee_high22 .type callee_high,%function23callee_high:24 bx lr25 26 .section .R_ARM_CALL24_callee_thumb_high, "ax",%progbits27 .balign 0x10028 .thumb29 .type callee_thumb_high,%function30 .globl callee_thumb_high31callee_thumb_high:32 bx lr33 34 .globl blx_far35 .type blx_far, %function36blx_far = 0x101001837