Home
last modified time | relevance | path

Searched refs:R_386_TLS_GOTIE (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/binutils/include/elf/
HDi386.h43 RELOC_NUMBER (R_386_TLS_GOTIE,16)
HDChangeLog-910319 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
/trueos/contrib/binutils/bfd/
HDelf32-i386.c83 HOWTO(R_386_TLS_GOTIE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
250 return &elf_howto_table[R_386_TLS_GOTIE - R_386_ext_offset]; in elf_i386_reloc_type_lookup()
911 case R_386_TLS_GOTIE: in elf_i386_tls_transition()
1003 case R_386_TLS_GOTIE: in elf_i386_check_relocs()
1033 case R_386_TLS_GOTIE: in elf_i386_check_relocs()
1374 case R_386_TLS_GOTIE: in elf_i386_gc_sweep_hook()
2620 case R_386_TLS_GOTIE: in elf_i386_relocate_section()
2638 r_type = R_386_TLS_GOTIE; in elf_i386_relocate_section()
2867 if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GOTIE) in elf_i386_relocate_section()
3028 if ((r_type == R_386_TLS_IE || r_type == R_386_TLS_GOTIE) in elf_i386_relocate_section()
HDChangeLog-02036507 and R_386_TLS_GOTIE.
6512 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6517 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6522 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp216 Type = ELF::R_386_TLS_GOTIE; in GetRelocType()
/trueos/sys/sys/
HDelf_common.h630 #define R_386_TLS_GOTIE 16 /* GOT entry for negative static TLS block */ macro
/trueos/contrib/llvm/lib/Object/
HDELF.cpp81 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_GOTIE); in getELFRelocationTypeName()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h391 R_386_TLS_GOTIE = 16, enumerator