Lines Matching refs:relocate
227 // The template parameter Relocate must be a class type which provides
228 // a single function, relocate(), which implements the machine
238 // RELOCATE implements operator() to do a relocation.
257 typename Relocate,
274 Relocate relocate;
403 if (!relocate.relocate(relinfo, target, output_section, i, reloc,
431 typename Relocate>
463 Relocate relocate;
464 relocate.relocate(relinfo, target, NULL, -1U, rel, r_type, sym, &symval,
611 // Relocate relocs. Called for a relocatable link, and for --emit-relocs.