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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 240 LPVOID lpBaseOfDll;
248 LPVOID lpBaseOfDll;
psapi.h 45 LPVOID lpBaseOfDll;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 502 uptr base_address = (uptr)mi.lpBaseOfDll;
503 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage;

Completed in 73 milliseconds