Lines Matching defs:Section
163 const coff_section *Section, uint64_t Offset,
170 if (!Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData)) {
209 const coff_section *Section,
215 Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData))
232 for (const auto &Section : COFF.sections()) {
233 uint64_t Address = Section.getAddress();
234 uint64_t Size = Section.getSize();
237 return COFF.getCOFFSection(Section);
245 const coff_section *Section,
249 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
251 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress,
254 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset));
335 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section,
370 formatSymbol(Ctx, Section, LSDAOffset,
375 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained);
381 const coff_section *Section,
385 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF);
389 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset);
415 for (const auto &Section : Ctx.COFF.sections()) {
417 if (Expected<StringRef> NameOrErr = Section.getName())
425 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
440 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),