Searched refs:HotTextEnd (Results 1 – 1 of 1) sorted by relevance
3630 uint64_t HotTextEnd = in mapCodeSections() local3632 HotTextEnd = alignTo(HotTextEnd, BC->PageAlign); in mapCodeSections()3633 if (HotTextEnd > Address) { in mapCodeSections()3634 PaddingSize = HotTextEnd - Address; in mapCodeSections()3635 Address = HotTextEnd; in mapCodeSections()