Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp287 const uint8_t *secStart = file->codeSection->Content.data(); in calculateSize() local
288 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize()
326 const uint8_t *secStart = file->codeSection->Content.data(); in writeTo() local
327 const uint8_t *funcStart = secStart + getInputSectionOffset(); in writeTo()
338 unsigned chunkSize = (secStart + rel.Offset) - lastRelocEnd; in writeTo()
343 lastRelocEnd = secStart + rel.Offset + getRelocWidthPadded(rel); in writeTo()
/external/llvm-project/lld/ELF/
DInputSection.cpp164 const uint8_t *secStart = data().begin(); in getOffsetInFile() local
165 return secStart - fileStart; in getOffsetInFile()