Searched refs:secStart (Results 1 – 2 of 2) sorted by relevance
287 const uint8_t *secStart = file->codeSection->Content.data(); in calculateSize() local288 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize()326 const uint8_t *secStart = file->codeSection->Content.data(); in writeTo() local327 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()
164 const uint8_t *secStart = data().begin(); in getOffsetInFile() local165 return secStart - fileStart; in getOffsetInFile()