Searched refs:r_type2 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-mips.c | 2888 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in() 2903 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in() 2918 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 2932 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 2953 dst[1].r_info = ELF64_R_INFO (mirel.r_ssym, mirel.r_type2); in mips_elf64_be_swap_reloc_in() 2976 dst[1].r_info = ELF64_R_INFO (mirela.r_ssym, mirela.r_type2); in mips_elf64_be_swap_reloca_in() 2997 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out() 3023 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out() 3768 type = (enum elf_mips_reloc_type) rela.r_type2; in mips_elf64_slurp_one_reloc_table() 4074 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel() [all …]
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | mips.h | 896 unsigned char r_type2[1]; member 912 unsigned char r_type2; member 930 unsigned char r_type2[1]; member 948 unsigned char r_type2; member
|
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 5131 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 5142 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 5153 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 5217 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 5221 target->rel_dyn_section(layout), r_type1, r_type2); in add_tls_entries() 5232 got->add_static_reloc(got_offset + size/8, r_type2, mips_sym); in add_tls_entries()
|