Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp1023 uint64_t StartAddr = UINT64_MAX; in getInitialDot() local
1028 StartAddr = std::min(StartAddr, KV.second); in getInitialDot()
1029 return std::min(StartAddr, Target->getImageBase() + elf::getHeaderSize()); in getInitialDot()
H A DAArch64ErrataFix.cpp609 uint64_t StartAddr = IS->getVA(Off); in patchInputSectionDescription() local
611 implementPatch(StartAddr, PatcheeOffset, IS, Patches); in patchInputSectionDescription()