Searched refs:R_386_TLS_DTPMOD32 (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | i386.h | 81 R_386_TLS_DTPMOD32 = 35, // Outstanding General/Local Dynamic reloc, sun+gnu enumerator
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/ |
D | tlspic2.dd | 26 # ->R_386_TLS_DTPMOD32 sg1 59 # ->R_386_TLS_DTPMOD32 92 # ->R_386_TLS_DTPMOD32 125 # ->R_386_TLS_DTPMOD32 158 # ->R_386_TLS_DTPMOD32 174 # ->R_386_TLS_DTPMOD32 190 # ->R_386_TLS_DTPMOD32
|
D | tlspic.dd | 26 # ->R_386_TLS_DTPMOD32 sg1 59 # ->R_386_TLS_DTPMOD32 [0x00000000 0x20000000] 92 # ->R_386_TLS_DTPMOD32 [0x00000000 0x40000000] 125 # ->R_386_TLS_DTPMOD32 [0x00000000 0x60000000] 158 # ->R_386_TLS_DTPMOD32 [0x00000000 0x00000000] 175 # ->R_386_TLS_DTPMOD32 [0x00000000 0x00000000] 192 # ->R_386_TLS_DTPMOD32 [0x00000000 0x00000000]
|
D | tlsgdesc.dd | 45 # ->R_386_TLS_DTPMOD32 sG1 67 # ->R_386_TLS_DTPMOD32 sG2
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | i386.h | 61 RELOC_NUMBER (R_386_TLS_DTPMOD32, 35)
|
/toolchain/binutils/binutils-2.27/gold/ |
D | i386.cc | 1629 rel_dyn->add_local(object, 0, elfcpp::R_386_TLS_DTPMOD32, got, in got_mod_index_entry() 1745 case elfcpp::R_386_TLS_DTPMOD32: in get_reference_flags() 1945 case elfcpp::R_386_TLS_DTPMOD32: in local() 1989 elfcpp::R_386_TLS_DTPMOD32); in local() 2431 case elfcpp::R_386_TLS_DTPMOD32: in global() 2466 elfcpp::R_386_TLS_DTPMOD32, in global() 2982 case elfcpp::R_386_TLS_DTPMOD32: in relocate() 3749 case elfcpp::R_386_TLS_DTPMOD32: in get_size_for_reloc()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-i386.c | 126 HOWTO(R_386_TLS_DTPMOD32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 309 return &elf_howto_table[R_386_TLS_DTPMOD32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup() 4793 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section() 5067 outrel.r_info = ELF32_R_INFO (0, R_386_TLS_DTPMOD32); in elf_i386_relocate_section()
|