Searched refs:maxVA (Results 1 – 1 of 1) sorted by relevance
312 uint64_t minVA = UINT64_MAX, maxVA = 0; in relaxOnce() local315 maxVA = std::max(maxVA, osec->addr + osec->size); in relaxOnce()320 if (isUInt<31>(maxVA) || (isUInt<31>(maxVA - minVA) && config->isPic)) in relaxOnce()