Home | History | Annotate | Download | only in gold

Lines Matching refs:hi16

4396         reloc_high<size, big_endian> hi16 = *it;
4397 if (hi16.r_sym == r_sym
4398 && is_matching_lo16_reloc(hi16.r_type, r_type))
4400 if (do_relhi16(hi16.view, hi16.object, hi16.psymval, hi16.addend,
4401 hi16.address, hi16.gp_disp, hi16.r_type,
4402 hi16.extract_addend, addend, target)
7971 // Check whether the final section that was scanned has HI16 or GOT16
8744 // Find corresponding GOT16/HI16 relocation.
8754 // keeps the corresponding HI16. This is strictly speaking a
8764 // GOT16 relocs and the other for HI16 relocs.
8766 // Report an error if we find HI16 or GOT16 reloc from the
8782 // We found a matching HI16 or GOT16 reloc for this LO16 reloc.