Searched refs:SectionCtx (Results 1 – 1 of 1) sorted by relevance
328 WasmObjectFile::ReadContext SectionCtx; in readSection() local329 SectionCtx.Start = Ctx.Ptr; in readSection()330 SectionCtx.Ptr = Ctx.Ptr; in readSection()331 SectionCtx.End = Ctx.Ptr + Size; in readSection()333 Section.Name = readString(SectionCtx); in readSection()335 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection()