Searched refs:lo16_reloc (Results 1 – 1 of 1) sorted by relevance
205 lo16_reloc(int r_type) in lo16_reloc() function368 is_matching_lo16_reloc(unsigned int high_reloc, unsigned int lo16_reloc) in is_matching_lo16_reloc() argument374 return lo16_reloc == elfcpp::R_MIPS_LO16; in is_matching_lo16_reloc()377 return lo16_reloc == elfcpp::R_MIPS16_LO16; in is_matching_lo16_reloc()380 return lo16_reloc == elfcpp::R_MICROMIPS_LO16; in is_matching_lo16_reloc()9222 && (hi16_reloc(r_type) || lo16_reloc(r_type))); in global()9683 if (!hi16_reloc(r_type) && !lo16_reloc(r_type)) in relocate()