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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc332 HMODULE *hmodules = 0; local
335 while (!hmodules) {
336 hmodules = (HMODULE *)MmapOrDie(modules_buffer_size, __FUNCTION__);
337 CHECK(EnumProcessModules(cur_process, hmodules, modules_buffer_size,
340 // Either there turned out to be more than 256 hmodules, or new hmodules
342 UnmapOrDie(hmodules, modules_buffer_size);
343 hmodules = 0;
353 HMODULE handle = hmodules[i];
375 UnmapOrDie(hmodules, modules_buffer_siz
[all...]

Completed in 89 milliseconds