Searched refs:g_apszDSymBundleSuffixes (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgcfg.cpp | 216 static const char * const g_apszDSymBundleSuffixes[] = variable 1745 rc2 = rtDbgCfgTryOpenDsymBundleInDir(pThis, szPath, pSplitFn, g_apszDSymBundleSuffixes, 1760 rc2 = rtDbgCfgTryOpenBundleInList(pThis, &pThis->PathList, pSplitFn, g_apszDSymBundleSuffixes, 1787 return rtDbgCfgOpenBundleFile(hDbgCfg, pszImage, g_apszDSymBundleSuffixes,
|
/vbox/src/VBox/Runtime/tools/ |
H A D | RTDbgSymCache.cpp | 116 static const char * const g_apszDSymBundleSuffixes[] = variable 813 int rc = rtDbgSymCacheConstructBundlePath(pszPath, cchPath, cchName, "Contents/Resources/DWARF/", g_apszDSymBundleSuffixes);
|
Completed in 131 milliseconds