Lines Matching refs:coff_section
82 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
84 std::error_code resolveSymbolName(const coff_section *Section,
91 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
119 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
137 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
342 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
726 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections()
846 const coff_section *Section) { in getSectionName()
866 const coff_section *Section; in printSymbol()
951 const coff_section *Assoc; in printSymbol()
997 Resolver = [](const object::coff_section *Section, uint64_t Offset, in printUnwindInfo()