/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-e-tpoffcomm1.s | 7 add.d foo:TPOFF,$r0 8 add.d bar:TPOFF,$r1
|
tls-le-13.s | 6 move.d x1:TPOFF,$r10 7 move.d x2:TPOFF,$r10
|
tls-le-12.s | 6 move.d z:TPOFF,$r10
|
tls-leie-19.s | 6 move.d x:TPOFF,$r10
|
tls-e-tpoffcomm1.d | 7 # Make sure we can link a file with TPOFF relocs against common
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
tlsle1.s | 4 movl $0, %fs:foo@TPOFF
|
tlspie1.s | 12 movl %fs:foo2@TPOFF, %ebx 13 addl %fs:foo1@TPOFF, %ebx
|
/external/llvm/test/MC/ELF/ |
tls-i386.s | 9 movl foo5@TPOFF(%eax), %eax 16 .long fooC@TPOFF
|
relocation-386.s | 21 // Relocation 6 ($foo@TPOFF) is of type R_386_TLS_LE_32 51 // Relocation 21 (zed@TPOFF) is of type R_386_TLS_LE_32 and uses the symbol 94 movl $foo@TPOFF, %edx 109 movl zed@TPOFF(%eax), %eax
|
relocation.s | 22 leaq foo@TPOFF(%rax), %rax # R_X86_64_TPOFF32 32 movabsq $baz@TPOFF, %rax
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
tlsbin.s | 64 ! LE @TPOFF, global var defined in exec 70 ! LE @TPOFF, local var 76 ! LE @TPOFF, hidden var defined in exec 88 .L4: .long sg1@TPOFF 89 .L5: .long bl1@TPOFF 90 .L6: .long sh1@TPOFF
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
tlsnopic.s | 23 .L2: .long foo@TPOFF
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-tls-1.s | 15 move.d [r3+extsym:TPOFF],r10 23 add.d [r10+extsym3:TPOFF+56],r7,r8
|
tls-err-1.s | 10 move.b extsym12:TPOFF,r5 ; { dg-error "TLS relocation size does not match" } 11 move.w extsym2:TPOFF,r5 ; { dg-error "TLS relocation size does not match" }
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
tlsnopic.s | 25 subl $bar@TPOFF, %eax 32 subl $baz@TPOFF, %ecx
|
/external/llvm/test/MC/ARM/ |
thumb-types.s | 32 .long tls(TPOFF)
|
symbol-variants.s | 39 @ tpoff 40 .word f10(TPOFF) 41 .word f11(tpoff)
|
/external/llvm/lib/Target/ARM/ |
ARMConstantPoolValue.cpp | 57 case ARMCP::TPOFF: return "tpoff";
|
ARMConstantPoolValue.h | 44 TPOFF
|
ARMAsmPrinter.cpp | [all...] |
ARMISelLowering.cpp | [all...] |