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

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp312 uint64_t minVA = UINT64_MAX, maxVA = 0; local
314 minVA = std::min(minVA, osec->addr);
318 if (isUInt<31>(maxVA - minVA))

Completed in 84 milliseconds