Home
last modified time | relevance | path

Searched refs:R_386_TLS_TPOFF (Results 1 – 7 of 7) sorted by relevance

/NextBSD/libexec/rtld-elf/i386/
HDreloc.c152 case R_386_TLS_TPOFF: in reloc_non_plt()
172 case R_386_TLS_TPOFF: in reloc_non_plt()
228 case R_386_TLS_TPOFF: in reloc_non_plt()
247 if (ELF_R_TYPE(rel->r_info) == R_386_TLS_TPOFF) in reloc_non_plt()
/NextBSD/contrib/binutils/include/elf/
HDi386.h41 RELOC_NUMBER (R_386_TLS_TPOFF,14)
HDChangeLog-910319 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDi386.def19 ELF_RELOC(R_386_TLS_TPOFF, 14)
/NextBSD/contrib/binutils/bfd/
HDelf32-i386.c74 #define R_386_ext_offset (R_386_TLS_TPOFF - R_386_standard)
77 HOWTO(R_386_TLS_TPOFF, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
242 return &elf_howto_table[R_386_TLS_TPOFF - R_386_ext_offset]; in elf_i386_reloc_type_lookup()
2950 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
2954 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
2999 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_TPOFF); in elf_i386_relocate_section()
3273 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_TPOFF); in elf_i386_relocate_section()
HDChangeLog-02036506 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
/NextBSD/sys/sys/
HDelf_common.h861 #define R_386_TLS_TPOFF 14 /* Negative offset in static TLS block */ macro