Searched refs:SectionCtx (Results 1 – 1 of 1) sorted by relevance
224 WasmObjectFile::ReadContext SectionCtx; in readSection() local225 SectionCtx.Start = Ctx.Ptr; in readSection()226 SectionCtx.Ptr = Ctx.Ptr; in readSection()227 SectionCtx.End = Ctx.Ptr + Size; in readSection()229 Section.Name = readString(SectionCtx); in readSection()231 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()