HomeSort by relevance Sort by last modified time
    Searched refs:TLSGD (Results 1 - 14 of 14) 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
106 leal foo@TLSGD(, %ebx,1), %eax
120 movl zed@TLSGD(%eax), %eax
relocation.s 13 leaq foo@TLSGD(%rip), %rax # R_X86_64_TLSGD
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_ssym.asm 5 movl %eax, bar@TLSGD
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas32/
elf_gas32_ssym.asm 6 movl %eax, bar@TLSGD
  /external/elfutils/0.153/backends/
alpha_reloc.def 48 RELOC_TYPE (TLSGD, REL)
x86_64_reloc.def 47 RELOC_TYPE (TLSGD, REL)
  /external/llvm/test/MC/ARM/
symbol-variants.s 45 @ tlsgd
46 .word f12(TLSGD)
47 .word f13(tlsgd)
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 54 case ARMCP::TLSGD: return "tlsgd";
ARMConstantPoolValue.h 41 TLSGD,
ARMAsmPrinter.cpp 787 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 389 milliseconds