Lines Matching refs:Section
160 const coff_section *Section, uint64_t Offset,
167 if (!Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData)) {
206 const coff_section *Section,
212 Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData))
229 for (const auto &Section : COFF.sections()) {
230 uint64_t Address = Section.getAddress();
231 uint64_t Size = Section.getSize();
234 return COFF.getCOFFSection(Section);
242 const coff_section *Section,
246 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
248 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress,
251 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset));
314 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section,
348 formatSymbol(Ctx, Section, LSDAOffset,
353 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained);
359 const coff_section *Section,
363 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF);
367 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset);
393 for (const auto &Section : Ctx.COFF.sections()) {
395 if (Expected<StringRef> NameOrErr = Section.getName())
403 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
418 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),