Searched refs:SectionCtx (Results 1 – 1 of 1) sorted by relevance
283 WasmObjectFile::ReadContext SectionCtx; in readSection() local284 SectionCtx.Start = Ctx.Ptr; in readSection()285 SectionCtx.Ptr = Ctx.Ptr; in readSection()286 SectionCtx.End = Ctx.Ptr + Size; in readSection()288 Section.Name = readString(SectionCtx); in readSection()290 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()