Searched refs:r_type3 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-mips.c | 2917 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloc_in() 2932 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloca_in() 2947 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloc_out() 2961 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloca_out() 2986 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirel.r_type3); in mips_elf64_be_swap_reloc_in() 3009 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirela.r_type3); in mips_elf64_be_swap_reloca_in() 3029 mirel.r_type3 = ELF64_MIPS_R_TYPE (src[2].r_info); in mips_elf64_be_swap_reloc_out() 3055 mirela.r_type3 = ELF64_MIPS_R_TYPE (src[2].r_info); in mips_elf64_be_swap_reloca_out() 3807 type = (enum elf_mips_reloc_type) rela.r_type3; in mips_elf64_slurp_one_reloc_table() 4111 int_rel.r_type3 = (int) R_MIPS_NONE; in mips_elf64_write_rel() [all …]
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | mips.h | 899 unsigned char r_type3[1]; member 915 unsigned char r_type3; member 933 unsigned char r_type3[1]; member 951 unsigned char r_type3; member
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | elfcpp_internal.h | 196 unsigned char r_type3; 206 unsigned char r_type3;
|
D | elfcpp.h | 1761 { return this->p_->r_type3; } 1797 { this->p_->r_type3 = v; } 1839 { return this->p_->r_type3; } 1879 { this->p_->r_type3 = v; }
|
/toolchain/binutils/binutils-2.27/gold/ |
D | mips.cc | 11328 unsigned int r_type3; in relocate() local 11342 r_type3 = Mips_classify_reloc<elfcpp::SHT_RELA, size, big_endian>:: in relocate() 11358 r_type3 = 0; in relocate() 11625 unsigned int r_types[3] = { r_type, r_type2, r_type3 }; in relocate()
|