Lines Matching refs:Reloc
59 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc);
70 const RelocationRef &Reloc) { in printRelocation() argument
72 uint64_t RelocType = Reloc.getType(); in printRelocation()
73 Reloc.getTypeName(RelocTypeName); in printRelocation()
74 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
77 symbol_iterator SI = Reloc.getSymbol(); in printRelocation()
96 W.printHex("Offset", Reloc.getOffset()); in printRelocation()
105 OS << W.hex(Reloc.getOffset()) << " " << RelocTypeName << " "; in printRelocation()
126 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local
133 printRelocation(Section, Reloc); in printRelocations()
197 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() local
198 printRelocation(Section, Reloc); in printSectionHeaders()