Searched refs:R_386_TLS_DTPMOD32 (Results 1 – 6 of 6) sorted by relevance
| /trueos/libexec/rtld-elf/i386/ |
| HD | reloc.c | 154 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/ |
| HD | i386.h | 62 RELOC_NUMBER (R_386_TLS_DTPMOD32, 35)
|
| /trueos/sys/sys/ |
| HD | elf_common.h | 645 #define R_386_TLS_DTPMOD32 35 /* GOT entry containing TLS index */ macro
|
| /trueos/contrib/binutils/bfd/ |
| HD | elf32-i386.c | 120 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/ |
| HD | ELF.cpp | 100 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_DTPMOD32); in getELFRelocationTypeName()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 410 R_386_TLS_DTPMOD32 = 35, enumerator
|