Searched refs:R_386_TLS_TPOFF (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | i386.h | 41 RELOC_NUMBER (R_386_TLS_TPOFF,14)
|
| D | ChangeLog-9103 | 19 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
|
| /freebsd-9-stable/libexec/rtld-elf/i386/ |
| D | reloc.c | 217 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/ |
| D | elf32-i386.c | 74 #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()
|
| D | ChangeLog-0203 | 6506 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 608 #define R_386_TLS_TPOFF 14 /* Negative offset in static TLS block */ macro
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELF.cpp | 79 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_TPOFF); in getELFRelocationTypeName()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 389 R_386_TLS_TPOFF = 14, enumerator
|