Lines Matching defs:Reloc
117 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
1534 for (const RelocationRef &Reloc : Sec.relocations())
1535 printRelocation(Sec, Reloc);
1565 for (const RelocationRef &Reloc : Section.relocations()) {
1572 printRelocation(Section, Reloc);
1583 const RelocationRef &Reloc, uint64_t Bias) {
1584 uint64_t Offset = Reloc.getOffset() - Bias;
1585 uint64_t RelocType = Reloc.getType();
1588 Reloc.getTypeName(RelocName);
1589 symbol_iterator Symbol = Reloc.getSymbol();