Searched refs:callee_high (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lld/test/ELF/ |
D | arm-branch.s | 26 bl callee_high 27 b callee_high 28 bne callee_high 34 .section .callee_high, "ax",%progbits 36 .type callee_high,%function 37 callee_high: label
|
D | arm-thumb-branch.s | 28 bl callee_high 29 b callee_high 30 bne callee_high 36 .section .callee_high, "ax",%progbits 38 .type callee_high,%function 39 callee_high: label
|
D | arm-blx.s | 45 bl callee_high 46 blx callee_high 58 .section .callee_high, "ax",%progbits 61 .type callee_high,%function 62 callee_high: label
|
D | arm-thumb-narrow-branch-check.s | 43 .type callee_high,%function 44 .globl callee_high symbol 45 callee_high: label
|
D | arm-thumb-blx.s | 28 blx callee_high 30 bl callee_high
|
D | arm-bl-v6-inrange.s | 42 .section .callee_high, "ax", %progbits
|
/external/llvm-project/lld/test/ELF/Inputs/ |
D | arm-thumb-blx-targets.s | 21 .globl callee_high symbol 22 .type callee_high,%function 23 callee_high: label
|
D | arm-thumb-narrow-branch.s | 16 b.n callee_high
|