Searched defs:uAge (Results 1 - 4 of 4) 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/src/VBox/Runtime/include/internal/
H A Ddbgmod.h565 uint32_t uAge; member in struct:RTDBGMODDEFERRED::__anon16599::__anon16601
/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
/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);

Completed in 56 milliseconds