Lines Matching refs:coff_section
112 void printRelocatedField(StringRef Label, const coff_section *Sec,
124 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
126 std::error_code resolveSymbolName(const coff_section *Section,
128 std::error_code resolveSymbolName(const coff_section *Section,
136 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
181 const coff_section *Sec;
204 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
252 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField()
278 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs()
535 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
1106 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections()
1218 const coff_section *Section) { in getSectionName()
1238 const coff_section *Section; in printSymbol()
1319 const coff_section *Assoc; in printSymbol()
1364 Resolver = [](const object::coff_section *Section, uint64_t Offset, in printUnwindInfo()