Searched refs:StartAddr (Results 1 – 2 of 2) sorted by relevance
1023 uint64_t StartAddr = UINT64_MAX; in getInitialDot() local1028 StartAddr = std::min(StartAddr, KV.second); in getInitialDot()1029 return std::min(StartAddr, Target->getImageBase() + elf::getHeaderSize()); in getInitialDot()
609 uint64_t StartAddr = IS->getVA(Off); in patchInputSectionDescription() local611 implementPatch(StartAddr, PatcheeOffset, IS, Patches); in patchInputSectionDescription()