Searched refs:compressedFuncSize (Results 1 – 2 of 2) sorted by relevance
300 compressedFuncSize += rel.Offset - lastRelocEnd; in calculateSize()301 compressedFuncSize += getRelocWidth(rel, file->calcNewValue(rel, tombstone)); in calculateSize()305 compressedFuncSize += end - lastRelocEnd; in calculateSize()310 compressedSize = compressedFuncSize + encodeULEB128(compressedFuncSize, buf); in calculateSize()335 buf += encodeULEB128(compressedFuncSize, buf); in writeTo()
184 uint32_t compressedFuncSize = 0; variable