Home
last modified time | relevance | path

Searched refs:r_type2 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-mips.c3230 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/gdb/dist/bfd/
Delf64-mips.c3228 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in()
3243 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in()
3258 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out()
3272 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out()
3293 dst[1].r_info = ELF64_R_INFO (mirel.r_ssym, mirel.r_type2); in mips_elf64_be_swap_reloc_in()
3316 dst[1].r_info = ELF64_R_INFO (mirela.r_ssym, mirela.r_type2); in mips_elf64_be_swap_reloca_in()
3337 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out()
3363 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out()
4075 type = (enum elf_mips_reloc_type) rela.r_type2; in mips_elf64_slurp_one_reloc_table()
4379 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel()
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dmips.h954 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/gdb/dist/include/elf/
Dmips.h954 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/
Delfcpp_internal.h191 unsigned char r_type2;
201 unsigned char r_type2;
Delfcpp.h1781 { 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/dist/gold/
Dmips.cc6115 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()
Dpowerpc.cc11255 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()