Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/elf/
Di386.h41 RELOC_NUMBER (R_386_TLS_TPOFF,14)
DChangeLog-910319 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
/freebsd-9-stable/libexec/rtld-elf/i386/
Dreloc.c217 case R_386_TLS_TPOFF: in reloc_non_plt()
245 if (ELF_R_TYPE(rel->r_info) == R_386_TLS_TPOFF) in reloc_non_plt()
/freebsd-9-stable/contrib/binutils/bfd/
Delf32-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()
DChangeLog-02036506 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
/freebsd-9-stable/sys/sys/
Delf_common.h608 #define R_386_TLS_TPOFF 14 /* Negative offset in static TLS block */ macro
/freebsd-9-stable/contrib/llvm/lib/Object/
DELF.cpp79 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_TPOFF); in getELFRelocationTypeName()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h389 R_386_TLS_TPOFF = 14, enumerator