Searched refs:R_386_TLS_DTPMOD32 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
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.25/elfcpp/ |
D | i386.h | 81 R_386_TLS_DTPMOD32 = 35, // Outstanding General/Local Dynamic reloc, sun+gnu enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | i386.h | 61 RELOC_NUMBER (R_386_TLS_DTPMOD32, 35)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 1599 rel_dyn->add_local(object, 0, elfcpp::R_386_TLS_DTPMOD32, got, in got_mod_index_entry() 1714 case elfcpp::R_386_TLS_DTPMOD32: in get_reference_flags() 1913 case elfcpp::R_386_TLS_DTPMOD32: in local() 1957 elfcpp::R_386_TLS_DTPMOD32); in local() 2380 case elfcpp::R_386_TLS_DTPMOD32: in global() 2415 elfcpp::R_386_TLS_DTPMOD32, in global() 2902 case elfcpp::R_386_TLS_DTPMOD32: in relocate() 3652 case elfcpp::R_386_TLS_DTPMOD32: in get_size_for_reloc()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 125 HOWTO(R_386_TLS_DTPMOD32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 305 return &elf_howto_table[R_386_TLS_DTPMOD32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup() 4052 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section() 4296 outrel.r_info = ELF32_R_INFO (0, R_386_TLS_DTPMOD32); in elf_i386_relocate_section()
|