/external/llvm/test/MC/AsmParser/ |
expr_symbol_modifiers.s | 7 // CHECK-STDERR: invalid modifier 'GOTPCREL' (no symbols present) 8 .long 10 + 4@GOTPCREL 9 // CHECK: .long a@GOTPCREL+4 10 .long a + 4@GOTPCREL 11 // CHECK: .long a@GOTPCREL+b@GOTPCREL 12 .long (a + b)@GOTPCREL 13 // CHECK: .long (10+b@GOTPCREL)+4 14 .long 10 + b + 4@GOTPCREL
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr17306b.s | 2 movq foo@GOTPCREL(%rip), %rax
|
ilp32-5.s | 3 mov foo@GOTPCREL(%rip), %rax
|
mov1.s | 5 movq _DYNAMIC@GOTPCREL(%rip), %rax
|
pr17306a.s | 9 pushq foo@GOTPCREL(%rip)
|
unique1.s | 3 movq bar@GOTPCREL(%rip), %rbp
|
discarded1.s | 5 movq x@GOTPCREL(%rip), %rax
|
lea1.s | 10 movq foo@GOTPCREL(%rip), %rax
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-localpic.s | 4 movq foo@GOTPCREL(%rip), %rax
|
intel-got64.s | 5 push [rip + x1@GOTPCREL + x2]
|
/external/llvm/test/MC/ELF/ |
got.s | 7 movl foo@GOTPCREL(%rip), %eax
|
merge.s | 11 movq foo@GOTPCREL, %rax
|
/bionic/libc/arch-x86_64/include/machine/ |
asm.h | 41 #define PIC_GOT(x) x@GOTPCREL(%rip)
|
/development/ndk/platforms/android-21/arch-x86_64/include/machine/ |
asm.h | 41 #define PIC_GOT(x) x@GOTPCREL(%rip)
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/ |
asm.h | 41 #define PIC_GOT(x) x@GOTPCREL(%rip)
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/ |
asm.h | 41 #define PIC_GOT(x) x@GOTPCREL(%rip)
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/ |
asm.h | 41 #define PIC_GOT(x) x@GOTPCREL(%rip)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-15-x86-64.s | 5 movl ifunc@GOTPCREL(%rip), %eax
|
ifunc-8a-x86-64.s | 12 movq foo@GOTPCREL(%rip), %rax
|
ifunc-5-local-x86-64.s | 18 movq foo@GOTPCREL(%rip), %rax
|
ifunc-5-x86-64.s | 19 movq foo@GOTPCREL(%rip), %rax
|
ifunc-6-x86-64.s | 20 movq foo@GOTPCREL(%rip), %rax
|
ifunc-7-x86-64.s | 20 movq foo@GOTPCREL(%rip), %rax
|
ifunc-10-x86-64.s | 5 movl ifunc@GOTPCREL(%rip), %eax
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-reloc.s | 15 movq _foo@GOTPCREL(%rip), %rax 16 pushq _foo@GOTPCREL(%rip) 45 .long _foobar@GOTPCREL+4 46 .long _foo@GOTPCREL+4 88 cmpq $0, _foo@GOTPCREL(%rip)
|