Searched refs:hot_patch_needed (Results 1 – 2 of 2) sorted by relevance
132 bool hot_patch_needed = (0 != buffer_bytes); in InitializeInterceptions() local133 if (!PatchNtdll(hot_patch_needed)) in InitializeInterceptions()365 bool InterceptionManager::PatchNtdll(bool hot_patch_needed) { in PatchNtdll() argument367 if (!hot_patch_needed && interceptions_.empty()) in PatchNtdll()370 if (hot_patch_needed) { in PatchNtdll()
198 bool PatchNtdll(bool hot_patch_needed);