Home
last modified time | relevance | path

Searched refs:R_386_TLS_GD (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp195 Type = ELF::R_386_TLS_GD; in GetRelocType()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c41 R_386_TLS_GD, 32},
Delf.h286 R_386_TLS_GD = 18, /* Direct 32 bit for GNU version of GD TLS */ enumerator
/external/elfutils/
DTODO109 check that R_386_TLS_GD is followed by R_386_PLT32 for __tls_get_addr
/external/elfutils/src/
Di386_ld.c669 case R_386_TLS_GD: in elf_i386_count_relocations()
993 case R_386_TLS_GD: in elf_i386_create_relocations()
DChangeLog90 * i386_ld.c (elf_i386_count_relocations): Implement R_386_TLS_GD
/external/llvm/include/llvm/Support/
DELF.h392 R_386_TLS_GD = 18, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py510 R_386_TLS_GD = 18 variable in Relocs_Elf_i386
/external/elfutils/libelf/
Delf.h1145 #define R_386_TLS_GD 18 /* Direct 32 bit for GNU version of macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test36 ELF-32: Type: R_386_TLS_GD (18)
/external/llvm/include/llvm/Object/
DELF.h1629 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_GD);