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

/vbox/include/iprt/formats/
H A Dcodeview.h46 uint32_t uAge; member in struct:CVPDB20INFO
65 uint32_t uAge; member in struct:CVPDB70INFO
70 AssertCompileMemberOffset(CVPDB70INFO, uAge, 4 + 16);
/vbox/include/iprt/
H A Dldr.h765 uint32_t uAge; member in struct:RTLDRDBGINFO::__anon461::__anon466
774 uint32_t uAge; member in struct:RTLDRDBGINFO::__anon461::__anon467
H A Ddbg.h453 RTDECL(int) RTDbgCfgOpenPdb70(RTDBGCFG hDbgCfg, const char *pszFilename, PCRTUUID pUuid, uint32_t uAge,
455 RTDECL(int) RTDbgCfgOpenPdb20(RTDBGCFG hDbgCfg, const char *pszFilename, uint32_t cbImage, uint32_t uTimestamp, uint32_t uAge,
/vbox/src/VBox/Runtime/include/internal/
H A Ddbgmod.h565 uint32_t uAge; member in struct:RTDBGMODDEFERRED::__anon16599::__anon16601
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1282 RTDECL(int) RTDbgCfgOpenPdb70(RTDBGCFG hDbgCfg, const char *pszFilename, PCRTUUID pUuid, uint32_t uAge, argument
1301 RTStrPrintf(pszDst, &szSubDir[sizeof(szSubDir)] - pszDst, "%X", uAge);
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);
H A Ddbgmod.cpp608 pDbgInfo->u.Pdb70.uAge,
616 pDbgInfo->u.Pdb20.uAge,
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp1456 DbgInfo.u.Pdb20.uAge = pCv20->uAge;
1466 DbgInfo.u.Pdb70.uAge = pCv70->uAge;

Completed in 74 milliseconds