Home
last modified time | relevance | path

Searched refs:R_386_TLS_DTPMOD32 (Results 1 – 6 of 6) sorted by relevance

/trueos/libexec/rtld-elf/i386/
HDreloc.c154 case R_386_TLS_DTPMOD32: in reloc_non_plt()
174 case R_386_TLS_DTPMOD32: in reloc_non_plt()
252 case R_386_TLS_DTPMOD32: in reloc_non_plt()
/trueos/contrib/binutils/include/elf/
HDi386.h62 RELOC_NUMBER (R_386_TLS_DTPMOD32, 35)
/trueos/sys/sys/
HDelf_common.h645 #define R_386_TLS_DTPMOD32 35 /* GOT entry containing TLS index */ macro
/trueos/contrib/binutils/bfd/
HDelf32-i386.c120 HOWTO(R_386_TLS_DTPMOD32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
295 return &elf_howto_table[R_386_TLS_DTPMOD32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup()
2946 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3233 outrel.r_info = ELF32_R_INFO (0, R_386_TLS_DTPMOD32); in elf_i386_relocate_section()
/trueos/contrib/llvm/lib/Object/
HDELF.cpp100 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_DTPMOD32); in getELFRelocationTypeName()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h410 R_386_TLS_DTPMOD32 = 35, enumerator