Searched defs:uTimestamp (Results 1 - 13 of 13) sorted by relevance

/vbox/include/iprt/formats/
H A Dcodeview.h45 uint32_t uTimestamp; member in struct:CVPDB20INFO
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h108 uint64_t uTimestamp; member in struct:SUPHNTVIRDR
H A DSUPHardenedVerifyProcess-win.cpp2215 uint64_t uTimestamp = 0; local
2216 rc = RTLdrQueryProp(hLdrMod, RTLDRPROP_TIMESTAMP_SECONDS, &uTimestamp, sizeof(uint64_t));
2217 SUP_DPRINTF(("%s: timestamp %#llx (rc=%Rrc)\n", pszName, uTimestamp, rc));
/vbox/src/VBox/Runtime/tools/
H A DRTLdrFlt.cpp241 uint32_t uTimestamp = 0; local
252 uTimestamp = ValueUnion.u32;
259 rc = RTDbgModCreateFromPeImage(&hMod, pszModule, NULL, NIL_RTLDRMOD, cbImage, uTimestamp, hDbgCfg);
H A DRTDbgSymCache.cpp435 uint32_t uTimestamp; local
436 rc = RTLdrQueryProp(hLdrMod, RTLDRPROP_TIMESTAMP_SECONDS, &uTimestamp, sizeof(uTimestamp));
444 RTStrPrintf(szSubDir, sizeof(szSubDir), "%08X%x", uTimestamp, cbImage);
H A DRTSignTool.cpp261 uint64_t uTimestamp; member in struct:VERIFYEXESTATE
391 RTTimeSpecSetSeconds(&ValidationTime, pState->uTimestamp);
430 rc = RTLdrQueryProp(hLdrMod, RTLDRPROP_TIMESTAMP_SECONDS, &pState->uTimestamp, sizeof(pState->uTimestamp));
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceUtils.cpp77 uint64_t uTimestamp; local
80 &pszValue, &uTimestamp, &pszFlags, NULL);
97 pszPropName, pszValue, uTimestamp);
107 *puTimestamp = uTimestamp;
/vbox/src/VBox/Runtime/include/internal/
H A Ddbgmod.h556 uint32_t uTimestamp; member in struct:RTDBGMODDEFERRED::__anon16599::__anon16600
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp615 pDbgInfo->u.Pdb20.uTimestamp,
623 pDbgInfo->u.Dbg.uTimestamp,
990 uint32_t uTimestamp = pDeferred->u.PeImage.uTimestamp; /** @todo add method for getting the timestamp. */ local
991 if ( pDeferred->u.PeImage.uTimestamp == 0
992 || pDeferred->u.PeImage.uTimestamp == uTimestamp)
1021 LogFlow(("rtDbgModFromPeImageOpenCallback: uTimestamp mismatch (found %#x, expected %#x) - %s\n",
1022 uTimestamp, pDeferred->u.PeImage.uTimestamp, pszFilenam
1070 RTDbgModCreateFromPeImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, RTLDRMOD hLdrMod, uint32_t cbImage, uint32_t uTimestamp, RTDBGCFG hDbgCfg) argument
[all...]
H A Ddbgcfg.cpp1270 RTDECL(int) RTDbgCfgOpenPeImage(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t cbImage, uint32_t uTimestamp, argument
1274 RTStrPrintf(szSubDir, sizeof(szSubDir), "%08X%x", uTimestamp, cbImage);
1311 RTDECL(int) RTDbgCfgOpenPdb20(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t cbImage, uint32_t uTimestamp, uint32_t uAge, argument
1316 RTStrPrintf(szSubDir, sizeof(szSubDir), "%08X%x", uTimestamp, uAge);
1324 RTDECL(int) RTDbgCfgOpenDbg(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t cbImage, uint32_t uTimestamp, argument
1328 RTStrPrintf(szSubDir, sizeof(szSubDir), "%08X%x", uTimestamp, cbImage);
/vbox/include/iprt/
H A Dldr.h741 uint32_t uTimestamp; member in struct:RTLDRDBGINFO::__anon461::__anon464
754 uint32_t uTimestamp; member in struct:RTLDRDBGINFO::__anon461::__anon465
763 uint32_t uTimestamp; member in struct:RTLDRDBGINFO::__anon461::__anon466
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp109 uint32_t uTimestamp; member in struct:RTLDRMODPE
1438 DbgInfo.u.Cv.uTimestamp = paDbgDir[i].TimeDateStamp;
1455 DbgInfo.u.Pdb20.uTimestamp = pCv20->uTimestamp;
1483 DbgInfo.u.Dbg.uTimestamp = paDbgDir[i].TimeDateStamp;
1485 DbgInfo.u.Dbg.uTimestamp = pModPe->uTimestamp; /* NT4 SP1 ntfs.sys hack. Generic? */
1518 DbgInfo.u.Coff.uTimestamp = paDbgDir[i].TimeDateStamp;
1881 *(int32_t *)pvBuf = pModPe->uTimestamp;
1883 *(int64_t *)pvBuf = pModPe->uTimestamp;
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1284 uTimestamp = PR_IntervalNow();
1288 PRIntervalTime uTimestamp; member in struct:ClientDownInfo
1333 PRInt64 diff = (PRInt64)now - cInfo->uTimestamp;

Completed in 396 milliseconds