Searched refs:r_type2 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-mips.c | 2918 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in() 2933 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in() 2948 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 2962 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 2983 dst[1].r_info = ELF64_R_INFO (mirel.r_ssym, mirel.r_type2); in mips_elf64_be_swap_reloc_in() 3006 dst[1].r_info = ELF64_R_INFO (mirela.r_ssym, mirela.r_type2); in mips_elf64_be_swap_reloca_in() 3027 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out() 3053 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out() 3804 type = (enum elf_mips_reloc_type) rela.r_type2; in mips_elf64_slurp_one_reloc_table() 4110 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel() [all …]
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | mips.h | 901 unsigned char r_type2[1]; member 917 unsigned char r_type2; member 935 unsigned char r_type2[1]; member 953 unsigned char r_type2; member
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | elfcpp_internal.h | 197 unsigned char r_type2; 207 unsigned char r_type2;
|
D | elfcpp.h | 1757 { return this->p_->r_type2; } 1793 { this->p_->r_type2 = v; } 1835 { return this->p_->r_type2; } 1875 { this->p_->r_type2 = v; }
|
/toolchain/binutils/binutils-2.27/gold/ |
D | mips.cc | 5992 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 6004 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 6016 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries() 6083 unsigned int r_type2 = (size == 32 ? elfcpp::R_MIPS_TLS_DTPREL32 in add_tls_entries() local 6087 target->rel_dyn_section(layout), r_type1, r_type2); in add_tls_entries() 6098 got->add_static_reloc(got_offset + size/8, r_type2, mips_sym); in add_tls_entries() 11327 unsigned int r_type2; in relocate() local 11340 r_type2 = Mips_classify_reloc<elfcpp::SHT_RELA, size, big_endian>:: in relocate() 11357 r_type2 = 0; in relocate() 11625 unsigned int r_types[3] = { r_type, r_type2, r_type3 }; in relocate()
|