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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameWin.cpp140 static BOOL CALLBACK callbackEspecial(LPSTR aModuleName, ULONG aModuleBase, ULONG aModuleSize, PVOID aUserContext) argument
156 ? (addr >= aModuleBase && addr <= (aModuleBase + aModuleSize))
157 : (addr <= aModuleBase && addr >= (aModuleBase - aModuleSize))
163 loadRes = _SymLoadModule(process, NULL, aModuleName, NULL, aModuleBase, aModuleSize);

Completed in 1212 milliseconds