Searched refs:SectionCtx (Results 1 – 1 of 1) sorted by relevance
237 WasmObjectFile::ReadContext SectionCtx; in readSection() local238 SectionCtx.Start = Ctx.Ptr; in readSection()239 SectionCtx.Ptr = Ctx.Ptr; in readSection()240 SectionCtx.End = Ctx.Ptr + Size; in readSection()242 Section.Name = readString(SectionCtx); in readSection()244 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()