Searched refs:R_386_TLS_GOTIE (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/binutils/include/elf/ |
| HD | i386.h | 43 RELOC_NUMBER (R_386_TLS_GOTIE,16)
|
| HD | ChangeLog-9103 | 19 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
|
| /trueos/contrib/binutils/bfd/ |
| HD | elf32-i386.c | 83 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()
|
| HD | ChangeLog-0203 | 6507 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/ |
| HD | X86ELFObjectWriter.cpp | 216 Type = ELF::R_386_TLS_GOTIE; in GetRelocType()
|
| /trueos/sys/sys/ |
| HD | elf_common.h | 630 #define R_386_TLS_GOTIE 16 /* GOT entry for negative static TLS block */ macro
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | ELF.cpp | 81 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_GOTIE); in getELFRelocationTypeName()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 391 R_386_TLS_GOTIE = 16, enumerator
|