Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/elf/
Di386.h64 RELOC_NUMBER (R_386_TLS_TPOFF32, 37)
/freebsd-9-stable/libexec/rtld-elf/i386/
Dreloc.c218 case R_386_TLS_TPOFF32: in reloc_non_plt()
/freebsd-9-stable/sys/sys/
Delf_common.h627 #define R_386_TLS_TPOFF32 37 /* GOT entry of -ve static TLS offset */ macro
/freebsd-9-stable/contrib/binutils/bfd/
Delf32-i386.c126 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()
DChangeLog-02036578 * 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/
DELF.cpp102 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_TPOFF32); in getELFRelocationTypeName()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h412 R_386_TLS_TPOFF32 = 37, enumerator