HomeSort by relevance Sort by last modified time
    Searched defs:modBaseAddr (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tlhelp32.h 127 BYTE *modBaseAddr;
145 BYTE *modBaseAddr;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 294 LPVOID modBaseAddr; // the same as hmodule
302 modBaseAddr = NULL;
308 this->modBaseAddr = mi.lpBaseOfDll;
318 if (target >= modBaseAddr && target < modEndAddr)
539 module_base_address_ = module_entry.modBaseAddr;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 294 LPVOID modBaseAddr; // the same as hmodule
302 modBaseAddr = NULL;
308 this->modBaseAddr = mi.lpBaseOfDll;
318 if (target >= modBaseAddr && target < modEndAddr)
539 module_base_address_ = module_entry.modBaseAddr;
    [all...]

Completed in 320 milliseconds