Searched refs:thunk_base (Results 1 – 1 of 1) sorted by relevance
388 BYTE* thunk_base = reinterpret_cast<BYTE*>( in PatchNtdll() local398 thunk_base += thunk_offset & ~(kPageSize - 1); in PatchNtdll()403 thunk_base = reinterpret_cast<BYTE*>( in PatchNtdll()404 ::VirtualAllocEx(child, thunk_base, thunk_bytes_padded, in PatchNtdll()406 CHECK(thunk_base); // If this fails we'd crash anyway on an invalid access. in PatchNtdll()408 thunk_base + thunk_offset); in PatchNtdll()