Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DAArch64ErrataFix.cpp485 uint64_t patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches() local
495 if (isecLimit > patchUpperBound) { in insertPatches()
502 patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches()
H A DARMErrataFix.cpp368 uint64_t patchUpperBound = prevIsecLimit + spacing; in insertPatches() local
379 if (isecLimit > patchUpperBound) { in insertPatches()
385 patchUpperBound = prevIsecLimit + spacing; in insertPatches()