Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.cpp276 const uint8_t *secStart = file->codeSection->Content.data(); in calculateSize() local
277 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize()
313 const uint8_t *secStart = file->codeSection->Content.data(); in writeCompressed() local
314 const uint8_t *funcStart = secStart + getInputSectionOffset(); in writeCompressed()
325 unsigned chunkSize = (secStart + rel.Offset) - lastRelocEnd; in writeCompressed()
331 lastRelocEnd = secStart + rel.Offset + getRelocWidthPadded(rel); in writeCompressed()