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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp567 const char *pszExtFile = pDbgInfo->pszExtFile; local
568 if (!pszExtFile)
588 pszExtFile = strcat(psz, pszExt);
592 if (!pszExtFile)
606 rc = RTDbgCfgOpenPdb70(pArgs->hDbgCfg, pszExtFile,
613 rc = RTDbgCfgOpenPdb20(pArgs->hDbgCfg, pszExtFile,
621 rc = RTDbgCfgOpenDbg(pArgs->hDbgCfg, pszExtFile,
628 rc = RTDbgCfgOpenDwo(pArgs->hDbgCfg, pszExtFile,
635 pDbgInfo->enmType, pszExtFile));
[all...]
H A Ddbgmodcodeview.cpp2523 if (pDbgInfo->pszExtFile)
H A Ddbgmoddwarf.cpp4678 Assert(!pDbgInfo->pszExtFile);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrkStuff.cpp599 const char *pszExtFile, void *pvUser)
610 DbgInfo.pszExtFile = pszExtFile;
622 if (!pszExtFile)
597 rtkldrEnumDbgInfoWrapper(PKLDRMOD pMod, KU32 iDbgInfo, KLDRDBGINFOTYPE enmType, KI16 iMajorVer, KI16 iMinorVer, const char *pszPartNm, KLDRFOFF offFile, KLDRADDR LinkAddress, KLDRSIZE cb, const char *pszExtFile, void *pvUser) argument
H A DldrPE.cpp1428 DbgInfo.pszExtFile = NULL;
1457 DbgInfo.pszExtFile = (const char *)&pCv20->szPdbFilename[0];
1467 DbgInfo.pszExtFile = (const char *)&pCv70->szPdbFilename[0];
1495 DbgInfo.pszExtFile = (const char *)&pMisc->Data[0];
1502 DbgInfo.pszExtFile = pszPath;
1531 if (DbgInfo.pszExtFile && DbgInfo.pszExtFile != pszPath)
1533 rc = RTLatin1ToUtf8Ex(DbgInfo.pszExtFile,
1534 paDbgDir[i].SizeOfData - ((uintptr_t)DbgInfo.pszExtFile - (uintptr_t)pvBits),
1539 DbgInfo.pszExtFile
[all...]
H A DldrELFRelocatable.cpp.h1049 DbgInfo.pszExtFile = NULL;
1061 DbgInfo.pszExtFile = (const char *)((uintptr_t)pModElf->pvBits + (uintptr_t)paShdrs[iShdr].sh_offset);
1062 if (!RTStrEnd(DbgInfo.pszExtFile, paShdrs[iShdr].sh_size))
1064 DbgInfo.u.Dwo.uCrc32 = *(uint32_t *)((uintptr_t)DbgInfo.pszExtFile + (uintptr_t)paShdrs[iShdr].sh_size
/vbox/include/iprt/
H A Dldr.h717 const char *pszExtFile; member in struct:RTLDRDBGINFO

Completed in 154 milliseconds