Searched refs:SectionCtx (Results 1 – 1 of 1) sorted by relevance
268 WasmObjectFile::ReadContext SectionCtx; in readSection() local269 SectionCtx.Start = Ctx.Ptr; in readSection()270 SectionCtx.Ptr = Ctx.Ptr; in readSection()271 SectionCtx.End = Ctx.Ptr + Size; in readSection()273 Section.Name = readString(SectionCtx); in readSection()275 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()