Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp171 uint64_t isecVA = inputs[callIdx]->getVA(); in estimateStubsInRangeVA() local
172 uint64_t isecEnd = isecVA; in estimateStubsInRangeVA()
182 assert(isecEnd - isecVA <= forwardBranchRange && in estimateStubsInRangeVA()
189 utohexstr(isecVA) + ", threshold = " + utohexstr(stubsInRangeVA) + in estimateStubsInRangeVA()
191 ", tail = " + utohexstr(isecEnd - isecVA) + in estimateStubsInRangeVA()
192 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA))); in estimateStubsInRangeVA()
240 uint64_t isecVA = isec->getVA(); in finalize() local
254 if (expectedNewSize >= isecVA + forwardBranchRange - slop) in finalize()
285 uint64_t callVA = isecVA + r.offset; in finalize()