Home | History | Annotate | Download | only in gold

Lines Matching defs:relocate

228 // The template parameter Relocate must be a class type which provides
229 // a single function, relocate(), which implements the machine
239 // RELOCATE implements operator() to do a relocation.
258 typename Relocate,
276 Relocate relocate;
403 if (!relocate.relocate(relinfo, Classify_reloc::sh_type, target,
431 typename Relocate>
462 Relocate relocate;
463 relocate.relocate(relinfo, elfcpp::SHT_RELA, target, NULL,
730 // Relocate relocs. Called for a relocatable link, and for --emit-relocs.