Searched refs:R_386_TLS_TPOFF32 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | i386.h | 64 RELOC_NUMBER (R_386_TLS_TPOFF32, 37)
|
| /freebsd-9-stable/libexec/rtld-elf/i386/ |
| D | reloc.c | 218 case R_386_TLS_TPOFF32: in reloc_non_plt()
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 627 #define R_386_TLS_TPOFF32 37 /* GOT entry of -ve static TLS offset */ macro
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf32-i386.c | 126 HOWTO(R_386_TLS_TPOFF32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 303 return &elf_howto_table[R_386_TLS_TPOFF32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup() 2952 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section() 2957 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section() 3271 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_TPOFF32); in elf_i386_relocate_section()
|
| D | ChangeLog-0203 | 6578 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate 7056 for R_386_TLS_TPOFF32 relocs against symndx 0.
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELF.cpp | 102 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_TPOFF32); in getELFRelocationTypeName()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 412 R_386_TLS_TPOFF32 = 37, enumerator
|