Searched refs:RTBldCfgTargetArch (Results 1 - 8 of 8) sorted by relevance

/vbox/include/iprt/
H A Dbuildconfig.h97 RTDECL(const char *) RTBldCfgTargetArch(void);
H A Dmangling.h297 # define RTBldCfgTargetArch RT_MANGLER(RTBldCfgTargetArch) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dbuildconfig.cpp91 RTDECL(const char *) RTBldCfgTargetArch(void) function
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp134 rc = RTPathAppend(szDTraceLibDir, sizeof(szDTraceLibDir), RTBldCfgTargetArch());
/vbox/src/VBox/ValidationKit/testboxscript/
H A DTestBoxHelper.cpp367 int cch = RTPrintf("%s\n", RTBldCfgTargetArch());
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp243 RTBldCfgVersion(), RTBldCfgRevisionStr(), RTBldCfgTargetArch());
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1380 RTStrPrintf(szSubDir, sizeof(szSubDir), "%s.%s", RTBldCfgCompiler(), RTBldCfgTargetArch());
1400 vrc = RTPathJoin(szPath, sizeof(szPath), m->strExtPackPath.c_str(), RTBldCfgTargetArch());
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4611 szNow, RTBldCfgVersion(), RTBldCfgRevisionStr(), RTBldCfgTarget(), RTBldCfgTargetArch(),

Completed in 472 milliseconds