Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp275 uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start; in readSection() local
276 Ctx.Ptr += SectionNameSize; in readSection()
277 Size -= SectionNameSize; in readSection()