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

/openbsd-current/gnu/llvm/lld/MachO/
H A DConcatOutputSection.cpp171 uint64_t isecVA = inputs[callIdx]->getVA(); local
172 uint64_t isecEnd = isecVA;
182 assert(isecEnd - isecVA <= forwardBranchRange &&
188 ", stubs = " + std::to_string(in.stubs->getSize()) + ", isecVA = " +
189 utohexstr(isecVA) + ", threshold = " + utohexstr(stubsInRangeVA) +
191 ", tail = " + utohexstr(isecEnd - isecVA) +
192 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA)));
228 // isecVA is the address of the current section.
240 uint64_t isecVA = isec->getVA(); local
251 isecVA
[all...]

Completed in 57 milliseconds