Searched refs:r_types (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | mips.cc | 11753 unsigned int r_types[3] = { r_type, r_type2, r_type3 }; in relocate() local 11771 if (r_types[i] == elfcpp::R_MIPS_NONE) in relocate() 11789 ? r_types[i+1] != elfcpp::R_MIPS_NONE in relocate() 11824 switch (r_types[i]) in relocate() 11836 if (should_apply_static_reloc(mips_sym, r_types[i], output_section, in relocate() 11863 if (should_apply_static_reloc(mips_sym, r_types[i], output_section, in relocate() 11896 r_types[i], target->jal_to_bal(), this->calculate_only_, in relocate() 11906 gp_disp, r_types[i], in relocate() 11913 address, gp_disp, r_types[i], in relocate() 11925 gp_disp, r_types[i], r_sym, in relocate() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | mips.cc | 11791 unsigned int r_types[3] = { r_type, r_type2, r_type3 }; in relocate() local 11809 if (r_types[i] == elfcpp::R_MIPS_NONE) in relocate() 11827 ? r_types[i+1] != elfcpp::R_MIPS_NONE in relocate() 11862 switch (r_types[i]) in relocate() 11874 if (should_apply_static_reloc(mips_sym, r_types[i], output_section, in relocate() 11901 if (should_apply_static_reloc(mips_sym, r_types[i], output_section, in relocate() 11934 r_types[i], target->jal_to_bal(), this->calculate_only_, in relocate() 11944 gp_disp, r_types[i], in relocate() 11951 address, gp_disp, r_types[i], in relocate() 11963 gp_disp, r_types[i], r_sym, in relocate() [all …]
|