Lines Matching refs:coff_section
149 void printRelocatedField(StringRef Label, const coff_section *Sec,
169 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
171 std::error_code resolveSymbolName(const coff_section *Section,
173 std::error_code resolveSymbolName(const coff_section *Section,
181 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
241 const coff_section *Sec;
258 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
279 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
294 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
306 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField()
332 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs()
597 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
1368 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders()
1482 const coff_section *Section) { in getSectionName()
1498 Expected<const coff_section *> SecOrErr = in printSymbol()
1507 const coff_section *Section = *SecOrErr; in printSymbol()
1577 Expected<const coff_section *> Assoc = Obj->getSection(AuxNumber); in printSymbol()
1609 Resolver = [](const object::coff_section *Section, uint64_t Offset, in printUnwindInfo()