Lines Matching refs:coff_section
150 void printRelocatedField(StringRef Label, const coff_section *Sec,
170 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
172 std::error_code resolveSymbolName(const coff_section *Section,
174 std::error_code resolveSymbolName(const coff_section *Section,
182 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()
646 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
1513 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders()
1627 const coff_section *Section) { in getSectionName()
1643 Expected<const coff_section *> SecOrErr = in printSymbol()
1652 const coff_section *Section = *SecOrErr; in printSymbol()
1721 Expected<const coff_section *> Assoc = Obj->getSection(AuxNumber); in printSymbol()
1753 Resolver = [](const object::coff_section *Section, uint64_t Offset, in printUnwindInfo()