HomeSort by relevance Sort by last modified time
    Searched refs:g_nt_thunk_storage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome_elf/
ntdll_cache.h 19 extern sandbox::ThunkData g_nt_thunk_storage;
ntdll_cache.cc 23 __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),
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 93 EXPECT_TRUE(::VirtualProtect(&g_nt_thunk_storage,
94 sizeof(g_nt_thunk_storage),
97 memset(&g_nt_thunk_storage, 0, sizeof(g_nt_thunk_storage));
99 EXPECT_TRUE(::VirtualProtect(&g_nt_thunk_storage,
100 sizeof(g_nt_thunk_storage),
chrome_create_file.cc 215 if (g_nt_thunk_storage.data[0] != 0) {
216 create_file = reinterpret_cast<NtCreateFileFunction>(&g_nt_thunk_storage);
218 memcpy(&thunk_buffer, &g_nt_thunk_storage, sizeof(sandbox::ThunkData));

Completed in 70 milliseconds