/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf64-mips.c | 3230 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in() 3245 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in() 3260 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 3274 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 3295 dst[1].r_info = ELF64_R_INFO (mirel.r_ssym, mirel.r_type2); in mips_elf64_be_swap_reloc_in() 3318 dst[1].r_info = ELF64_R_INFO (mirela.r_ssym, mirela.r_type2); in mips_elf64_be_swap_reloca_in() 3339 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out() 3365 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out() 4068 type = (enum elf_mips_reloc_type) rela.r_type2; in mips_elf64_slurp_one_reloc_table() 4372 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf64-mips.c | 3230 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in() 3245 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in() 3260 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 3274 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 3295 dst[1].r_info = ELF64_R_INFO (mirel.r_ssym, mirel.r_type2); in mips_elf64_be_swap_reloc_in() 3318 dst[1].r_info = ELF64_R_INFO (mirela.r_ssym, mirela.r_type2); in mips_elf64_be_swap_reloca_in() 3339 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out() 3365 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out() 4077 type = (enum elf_mips_reloc_type) rela.r_type2; in mips_elf64_slurp_one_reloc_table() 4381 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | mips.h | 910 unsigned char r_type2[1]; member 926 unsigned char r_type2; member 944 unsigned char r_type2[1]; member 962 unsigned char r_type2; member
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | mips.h | 954 unsigned char r_type2[1]; member 970 unsigned char r_type2; member 988 unsigned char r_type2[1]; member 1006 unsigned char r_type2; member
|
/netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
H A D | elfcpp_internal.h | 191 unsigned char r_type2; 201 unsigned char r_type2;
|
H A D | elfcpp.h | 1781 { return this->p_->r_type2; } 1817 { this->p_->r_type2 = v; } 1859 { return this->p_->r_type2; } 1899 { this->p_->r_type2 = v; }
|
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
H A D | elfcpp_internal.h | 191 unsigned char r_type2; 201 unsigned char r_type2;
|
H A D | elfcpp.h | 1778 { return this->p_->r_type2; } 1814 { this->p_->r_type2 = v; } 1856 { return this->p_->r_type2; } 1896 { this->p_->r_type2 = v; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 278 uint32_t r_type2 = (Type >> 8) & 0xff; in resolveMIPSN64Relocation() local 287 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation() 288 RelType = r_type2; in resolveMIPSN64Relocation()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | mips.cc | 6077 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 6089 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 6101 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 6168 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 6172 target->rel_dyn_section(layout), r_type1, r_type2); in add_tls_entries() 6183 got->add_static_reloc(got_offset + size/8, r_type2, mips_sym); in add_tls_entries() 11431 unsigned int r_type2; in relocate() local 11451 r_type2 = Mips_classify_reloc<elfcpp::SHT_RELA, size, big_endian>:: in relocate() 11479 r_type2 = elfcpp::R_MIPS_NONE; in relocate() 11753 unsigned int r_types[3] = { r_type, r_type2, r_type3 }; in relocate()
|
H A D | powerpc.cc | 11209 unsigned int r_type2 in relocate() local 11211 if ((r_type2 == elfcpp::R_PPC64_REL24_NOTOC in relocate() 11212 || r_type2 == elfcpp::R_PPC64_REL24_P9NOTOC in relocate() 11213 || r_type2 == elfcpp::R_PPC64_PLTCALL_NOTOC) in relocate() 11250 unsigned int r_type2 in relocate() local 11252 if ((r_type2 == elfcpp::R_PPC64_REL24_NOTOC in relocate() 11253 || r_type2 == elfcpp::R_PPC64_REL24_P9NOTOC in relocate() 11254 || r_type2 == elfcpp::R_PPC64_PLTCALL_NOTOC) in relocate()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | mips.cc | 6115 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 6127 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 6139 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 6206 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 6210 target->rel_dyn_section(layout), r_type1, r_type2); in add_tls_entries() 6221 got->add_static_reloc(got_offset + size/8, r_type2, mips_sym); in add_tls_entries() 11469 unsigned int r_type2; in relocate() local 11489 r_type2 = Mips_classify_reloc<elfcpp::SHT_RELA, size, big_endian>:: in relocate() 11517 r_type2 = elfcpp::R_MIPS_NONE; in relocate() 11791 unsigned int r_types[3] = { r_type, r_type2, r_type3 }; in relocate()
|
H A D | powerpc.cc | 11255 unsigned int r_type2 in relocate() local 11257 if ((r_type2 == elfcpp::R_PPC64_REL24_NOTOC in relocate() 11258 || r_type2 == elfcpp::R_PPC64_REL24_P9NOTOC in relocate() 11259 || r_type2 == elfcpp::R_PPC64_PLTCALL_NOTOC) in relocate() 11296 unsigned int r_type2 in relocate() local 11298 if ((r_type2 == elfcpp::R_PPC64_REL24_NOTOC in relocate() 11299 || r_type2 == elfcpp::R_PPC64_REL24_P9NOTOC in relocate() 11300 || r_type2 == elfcpp::R_PPC64_PLTCALL_NOTOC) in relocate()
|