/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
redef5.s | 1 .comm sym, 1 2 .set sym, 0
|
redef2.s | 3 .set sym, here 4 .long sym 5 .set sym, 0x11111111 6 .long sym 7 .set sym, xtrn 8 .long sym 9 .set sym, 0x22222222 10 .long sym 11 sym: label 12 .long sym [all...] |
redef4.s | 2 sym: label 3 .set sym, 0
|
redef3.s | 3 .set sym, here 4 .long sym 5 .set sym, 0x11111111 6 .long sym 7 .set sym, xtrn 8 .long sym 9 .set sym, 0x22222222 10 .long sym 11 .comm sym, 1 12 .long sym [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
redef.s | 3 .set sym, here 4 .long sym 5 .set sym, 0x11111111 6 .long sym 7 .set sym, xtrn 8 .long sym 9 .set sym, 0x22222222 10 .long sym
|
/external/llvm/test/MC/AArch64/ |
adrp-relocation.s | 8 adrp x0, sym 9 adrp x0, :got:sym 10 adrp x0, :gottprel:sym 11 adrp x0, :tlsdesc:sym 13 .global sym 14 sym: label 15 // CHECK: R_AARCH64_ADR_PREL_PG_HI21 sym 16 // CHECK: R_AARCH64_ADR_GOT_PAGE sym 17 // CHECK: R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 sym 18 // CHECK: R_AARCH64_TLSDESC_ADR_PAGE21 sym [all...] |
arm64-large-relocs.s | 4 movz x2, #:abs_g0:sym 5 movk w3, #:abs_g0_nc:sym 6 // CHECK: movz x2, #:abs_g0:sym // encoding: [0bAAA00010,A,0b100AAAAA,0xd2] 7 // CHECK-NEXT: // fixup A - offset: 0, value: :abs_g0:sym, kind: fixup_aarch64_movw 8 // CHECK: movk w3, #:abs_g0_nc:sym // encoding: [0bAAA00011,A,0b100AAAAA,0x72] 9 // CHECK-NEXT: // fixup A - offset: 0, value: :abs_g0_nc:sym, kind: fixup_aarch64_movw 11 // CHECK-OBJ: 0 R_AARCH64_MOVW_UABS_G0 sym 12 // CHECK-OBJ: 4 R_AARCH64_MOVW_UABS_G0_NC sym 14 movz x4, #:abs_g1:sym 15 movk w5, #:abs_g1_nc:sym [all...] |
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
cdefs.h | 34 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 35 #define __warn_references(sym,msg) 36 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 38 #define __weak_alias(alias,sym) \ 40 __STRING(alias) " = " __STRING(sym)) 41 #define __warn_references(sym,msg) \ 42 __asm__(".section .gnu.warning." __STRING(sym) \ 44 #define __indr_references(sym,msg) /* nothing * [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/ |
cdefs.h | 34 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 35 #define __warn_references(sym,msg) 36 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 38 #define __weak_alias(alias,sym) \ 40 __STRING(alias) " = " __STRING(sym)) 41 #define __warn_references(sym,msg) \ 42 __asm__(".section .gnu.warning." __STRING(sym) \ 44 #define __indr_references(sym,msg) /* nothing * [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/ |
cdefs.h | 34 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 35 #define __warn_references(sym,msg) 36 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 38 #define __weak_alias(alias,sym) \ 40 __STRING(alias) " = " __STRING(sym)) 41 #define __warn_references(sym,msg) \ 42 __asm__(".section .gnu.warning." __STRING(sym) \ 44 #define __indr_references(sym,msg) /* nothing * [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/ |
cdefs.h | 34 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 35 #define __warn_references(sym,msg) 36 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 38 #define __weak_alias(alias,sym) \ 40 __STRING(alias) " = " __STRING(sym)) 41 #define __warn_references(sym,msg) \ 42 __asm__(".section .gnu.warning." __STRING(sym) \ 44 #define __indr_references(sym,msg) /* nothing * [all...] |