Searched refs:MinSled (Results 1 – 1 of 1) sorted by relevance
294 auto *MinSled = &InstrMap.Sleds[0]; in controlPatching() local298 if (Sled.address() < MinSled->address()) in controlPatching()299 MinSled = &Sled; in controlPatching()313 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in controlPatching()369 auto *MinSled = f; in mprotectAndPatchFunction() local372 if (f->address() < MinSled->address()) in mprotectAndPatchFunction()373 MinSled = f; in mprotectAndPatchFunction()380 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in mprotectAndPatchFunction()