Lines Matching full:hi16
5140 reloc_high<size, big_endian> hi16 = *it;
5141 if (hi16.r_sym == r_sym
5142 && is_matching_lo16_reloc(hi16.r_type, r_type))
5144 mips_reloc_unshuffle(hi16.view, hi16.r_type, false);
5145 reloc_status = do_relhi16(hi16.view, hi16.object, hi16.psymval,
5146 hi16.addend, hi16.address, hi16.gp_disp,
5147 hi16.r_type, hi16.extract_addend, addend,
5149 mips_reloc_shuffle(hi16.view, hi16.r_type, false);
9527 // Check whether the final section that was scanned has HI16 or GOT16
10485 // Find corresponding GOT16/HI16 relocation.
10495 // keeps the corresponding HI16. This is strictly speaking a
10505 // GOT16 relocs and the other for HI16 relocs.
10507 // Report an error if we find HI16 or GOT16 reloc from the
10523 // We found a matching HI16 or GOT16 reloc for this LO16 reloc.