Home
last modified time | relevance | path

Searched refs:R_386_TLS_IE_32 (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Di386.def38 ELF_RELOC(R_386_TLS_IE_32, 33)
/external/llvm/include/llvm/Support/ELFRelocs/
Di386.def38 ELF_RELOC(R_386_TLS_IE_32, 33)
/external/syslinux/com32/include/sys/
Delfcommon.h354 #define R_386_TLS_IE_32 33 /* GOT entry for negated static TLS macro
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp260 return ELF::R_386_TLS_IE_32; in getRelocType32()
/external/elfutils/src/
Di386_ld.c680 case R_386_TLS_IE_32: in elf_i386_count_relocations()
1052 case R_386_TLS_IE_32: in elf_i386_create_relocations()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h406 R_386_TLS_IE_32 = 33, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py529 R_386_TLS_IE_32 = 33 variable in Relocs_Elf_i386
/external/kmod/port-gnu/
Delf.h1254 #define R_386_TLS_IE_32 33 /* GOT entry for negated static TLS macro
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp985 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_IE_32); in getRelocationTypeName()
/external/elfutils/libelf/
Delf.h1255 #define R_386_TLS_IE_32 33 /* GOT entry for negated static TLS macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test52 ELF-32: Type: R_386_TLS_IE_32 (33)
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1801 Type = ELF::R_386_TLS_IE_32; in GetRelocType()