Searched refs:R_390_TLS_DTPMOD (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-s390/ |
D | tlspic.rd | 50 [0-9a-f ]+R_390_TLS_DTPMOD +0 53 [0-9a-f ]+R_390_TLS_DTPMOD +0 54 [0-9a-f ]+R_390_TLS_DTPMOD +0 58 [0-9a-f ]+R_390_TLS_DTPMOD +0 61 [0-9a-f ]+R_390_TLS_DTPMOD +0+ +sg1 \+ 0
|
D | tlspic_64.rd | 50 [0-9a-f ]+R_390_TLS_DTPMOD +0 53 [0-9a-f ]+R_390_TLS_DTPMOD +0 54 [0-9a-f ]+R_390_TLS_DTPMOD +0 58 [0-9a-f ]+R_390_TLS_DTPMOD +0 61 [0-9a-f ]+R_390_TLS_DTPMOD +0+ sg1 \+ 0
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 98 R_390_TLS_DTPMOD = 54, // ID of module containing symbol. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 117 RELOC_NUMBER (R_390_TLS_DTPMOD, 54) /* ID of module containing symbol. */
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 1900 rela_dyn->add_local(obj, r_sym, elfcpp::R_390_TLS_DTPMOD, in reserve_local_got_entry() 1943 rela_dyn->add_global_relative(gsym, elfcpp::R_390_TLS_DTPMOD, in reserve_global_got_entry() 2000 rela_dyn->add_local(object, 0, elfcpp::R_390_TLS_DTPMOD, got, in got_mod_index_entry() 2163 case elfcpp::R_390_TLS_DTPMOD: in get_reference_flags() 2201 case elfcpp::R_390_TLS_DTPMOD: in check_non_pic() 2229 case elfcpp::R_390_TLS_DTPMOD: in check_non_pic() 2460 case elfcpp::R_390_TLS_DTPMOD: in local() 2512 elfcpp::R_390_TLS_DTPMOD); in local() 2894 case elfcpp::R_390_TLS_DTPMOD: in global() 2943 elfcpp::R_390_TLS_DTPMOD, in global() [all …]
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-s390.c | 157 HOWTO(R_390_TLS_DTPMOD, 0, 4, 64, FALSE, 0, complain_overflow_bitfield, 302 return &elf_howto_table[(int) R_390_TLS_DTPMOD]; in elf_s390_reloc_type_lookup() 3033 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 3146 outrel.r_info = ELF64_R_INFO (0, R_390_TLS_DTPMOD); in elf_s390_relocate_section()
|
D | elf32-s390.c | 147 HOWTO(R_390_TLS_DTPMOD, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 278 return &elf_howto_table[(int) R_390_TLS_DTPMOD]; in elf_s390_reloc_type_lookup() 3072 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 3187 outrel.r_info = ELF32_R_INFO (0, R_390_TLS_DTPMOD); in elf_s390_relocate_section()
|