Searched refs:g_ntdll_lookup (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome_elf/
H A Dntdll_cache.h14 // Caches the addresses of all functions exported by ntdll in |g_ntdll_lookup|.
17 extern FunctionLookupTable g_ntdll_lookup;
H A Dntdll_cache_unittest.cc27 g_ntdll_lookup["A_SHAFinal"]); local
29 g_ntdll_lookup["ZwTraceControl"]); local
H A Dntdll_cache.cc18 FunctionLookupTable g_ntdll_lookup; variable
39 g_ntdll_lookup[std::string(name)] = function_addr;
/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file.cc209 if (!g_ntdll_lookup["RtlInitUnicodeString"])
219 } else if (g_ntdll_lookup["NtCreateFile"]) {
221 reinterpret_cast<NtCreateFileFunction>(g_ntdll_lookup["NtCreateFile"]);
228 g_ntdll_lookup["RtlInitUnicodeString"]);
H A Dchrome_create_file_unittest.cc108 reinterpret_cast<NtCreateFileFunction>(g_ntdll_lookup["NtCreateFile"]);
120 g_ntdll_lookup["NtCreateFile"] = reinterpret_cast<void(*)()>(
125 g_ntdll_lookup["NtCreateFile"] = reinterpret_cast<void*>(old_func_ptr_);

Completed in 725 milliseconds