Lines Matching refs:coff_section
137 void printRelocatedField(StringRef Label, const coff_section *Sec,
157 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
159 std::error_code resolveSymbolName(const coff_section *Section,
161 std::error_code resolveSymbolName(const coff_section *Section,
172 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
232 const coff_section *Sec;
255 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
276 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
291 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
303 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField()
329 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs()
610 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
1287 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders()
1403 const coff_section *Section) { in getSectionName()
1423 const coff_section *Section; in printSymbol()
1504 const coff_section *Assoc; in printSymbol()
1549 Resolver = [](const object::coff_section *Section, uint64_t Offset, in printUnwindInfo()