Home
last modified time | relevance | path

Searched refs:SectionNameSize (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp244 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection() local
245 Ctx.Ptr += SectionNameSize; in readSection()
246 Size -= SectionNameSize; in readSection()