Searched refs:MinSled (Results 1 – 1 of 1) sorted by relevance
301 auto *MinSled = &InstrMap.Sleds[0]; in controlPatching() local305 if (Sled.address() < MinSled->address()) in controlPatching()306 MinSled = &Sled; in controlPatching()320 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in controlPatching()381 auto *MinSled = f; in mprotectAndPatchFunction() local384 if (f->address() < MinSled->address()) in mprotectAndPatchFunction()385 MinSled = f; in mprotectAndPatchFunction()392 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in mprotectAndPatchFunction()