Searched refs:secStart (Results 1 – 1 of 1) sorted by relevance
276 const uint8_t *secStart = file->codeSection->Content.data(); in calculateSize() local277 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize()313 const uint8_t *secStart = file->codeSection->Content.data(); in writeCompressed() local314 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()