Searched defs:g_nt_thunk_storage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome_elf/
H A Dntdll_cache.cc23 __declspec(allocate(".crthunk")) sandbox::ThunkData g_nt_thunk_storage; variable
60 BYTE* thunk_storage = reinterpret_cast<BYTE*>(&g_nt_thunk_storage);
65 if (!::VirtualProtect(&g_nt_thunk_storage,
66 sizeof(g_nt_thunk_storage),
80 memset(&g_nt_thunk_storage, 0, sizeof(g_nt_thunk_storage));
84 ::VirtualProtect(&g_nt_thunk_storage,
85 sizeof(g_nt_thunk_storage),

Completed in 65 milliseconds