HomeSort by relevance Sort by last modified time
    Searched refs:TLSGD (Results 1 - 18 of 18) sorted by null

  /external/llvm/test/MC/ELF/
tls.s 5 leaq foo1@TLSGD(%rip), %rdi
10 .long foo6@TLSGD
tls-i386.s 7 movl foo3@TLSGD(%eax), %eax
14 .long fooA@TLSGD
relocation-386.s 16 // Relocation 5 (foo@TLSGD) is of type R_386_TLS_GD
44 // Relocation 19 (zed@TLSGD) is of type R_386_TLS_GD and uses the symbol
111 leal foo@TLSGD(, %ebx,1), %eax
125 movl zed@TLSGD(%eax), %eax
relocation.s 13 leaq foo@TLSGD(%rip), %rax # R_X86_64_TLSGD
  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.h 22 TLSGD,
31 /// thread-local variables (written x@TLSGD, x@TLSLDM, x@DTPOFF,
SystemZConstantPoolValue.cpp 31 case SystemZCP::TLSGD:
SystemZAsmPrinter.cpp 209 case SystemZCP::TLSGD: return MCSymbolRefExpr::VK_TLSGD;
SystemZISelLowering.cpp     [all...]
  /external/elfutils/src/backends/
alpha_reloc.def 51 RELOC_TYPE (TLSGD, REL)
x86_64_reloc.def 50 RELOC_TYPE (TLSGD, REL)
ppc64_reloc.def 135 RELOC_TYPE (TLSGD, REL)
  /external/llvm/test/MC/ARM/
symbol-variants.s 45 @ tlsgd
46 .word f12(TLSGD)
47 .word f13(tlsgd)
  /external/llvm/test/MC/SystemZ/
fixups.s 39 # CHECK-NEXT: # fixup B - offset: 0, value: sym@TLSGD, kind: FK_390_TLS_CALL
67 # CHECK-NEXT: # fixup B - offset: 0, value: sym@TLSGD, kind: FK_390_TLS_CALL
102 .quad target@tlsgd
118 .long target@tlsgd
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 54 case ARMCP::TLSGD: return "tlsgd";
ARMConstantPoolValue.h 41 TLSGD,
ARMAsmPrinter.cpp 823 case ARMCP::TLSGD: return MCSymbolRefExpr::VK_TLSGD;
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/test/MC/Mips/
micromips-relocations.s 70 # CHECK-FIXUP: addiu $4, $gp, %tlsgd(a)
73 # CHECK-FIXUP: value: a@TLSGD, kind: fixup_MICROMIPS_TLS_GD
110 addiu $4, $gp, %tlsgd(a)

Completed in 190 milliseconds