Searched defs:offName (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParseSimple.cpp86 ssize_t offName = *pszName != '\0' ? pszName - pszPath : -1; local
88 *poffName = offName;
96 if (offSuff <= offName)
104 ssize_t off = offName - 1;
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp647 * @param offName The offset of the node in a path.
652 static PSTAMLOOKUP stamR3LookupNewChild(PSTAMLOOKUP pParent, const char *pchName, uint32_t cchName, uint32_t offName, argument
656 Assert(offName <= UINT8_MAX);
671 pNew->off = (uint16_t)offName;
1272 uint32_t offName = 1;
1276 const char *pszStart = &pszName[offName];
1278 uint32_t cch = pszEnd ? (uint32_t)(pszEnd - pszStart) : cchName - offName;
1291 pChild = stamR3LookupNewChild(pLookup, pszStart, cch, offName, iChild);
1303 offName += cch + 1;
/vbox/src/VBox/Debugger/
H A DDBGPlugInLinux.cpp907 uint32_t offName = 0; local
912 if (RT_LIKELY(offName < pThis->cbKernelNames))
914 uint8_t cbName = pbNames[offName++];
915 if (RT_LIKELY(offName + cbName <= pThis->cbKernelNames))
921 uint8_t bEnc = pbNames[offName++];
967 Log(("dbgDiggerLinuxLoadKernelSymbols: offName=%#x cLeft=%#x cbName=%#x cbKernelNames=%#x\n",
968 offName, cLeft, cbName, pThis->cbKernelNames));
974 Log(("dbgDiggerLinuxLoadKernelSymbols: offName=%#x cLeft=%#x cbKernelNames=%#x\n",
975 offName, cLeft, pThis->cbKernelNames));
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1582 * @param offName The offset of the section header name.
1586 const char *RTLDRELF_NAME(GetSHdrName)(PRTLDRMODELF pModElf, Elf_Word offName, char *pszName, size_t cbName) argument
1588 RTFOFF off = pModElf->paShdrs[pModElf->Ehdr.e_shstrndx].sh_offset + offName;
/vbox/include/VBox/
H A DVBoxTpG.h232 VTGSTROFF offName; member in struct:VTGDESCPROBE
298 VTGSTROFF offName; member in struct:VTGDESCPROVIDER
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp149 uint8_t offName; member in struct:DEVEFI::__anon9922
1230 pThis->ImageEvt.offName - 4, pThis->ImageEvt.szName, pThis->ImageEvt.uAddr0, pThis->ImageEvt.cb0));
1231 if (pThis->ImageEvt.offName > 4)
1233 pThis->ImageEvt.offName - 4, pThis->ImageEvt.szName, pThis->ImageEvt.uAddr0);
1237 pThis->ImageEvt.offName - 4, pThis->ImageEvt.szName, pThis->ImageEvt.uAddr0, pThis->ImageEvt.cb0));
1238 if (pThis->ImageEvt.offName > 4)
1240 pThis->ImageEvt.offName - 4, pThis->ImageEvt.szName, pThis->ImageEvt.uAddr0);
1246 pThis->ImageEvt.offName - 4 - pThis->ImageEvt.offNameLastComponent,
1249 if (pThis->ImageEvt.offName > 4)
1251 pThis->ImageEvt.offName
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1219 uint32_t offName = puBuf->Info.FileNameLength / sizeof(WCHAR); local
1220 while (offName > 0 && puBuf->Info.FileName[offName - 1] != '\\' && puBuf->Info.FileName[offName - 1] != '/')
1221 offName--;
1222 uint32_t cwcNameNew = (puBuf->Info.FileNameLength / sizeof(WCHAR)) - offName;
1226 memcpy(pwszFix, &puBuf->Info.FileName[offName], cwcNameNew * sizeof(WCHAR));
1236 memcpy(pwszFix, &puBuf->Info.FileName[offName], cwcNameNew * sizeof(WCHAR));
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h372 uint32_t offName; member in struct:SUPLDRSYM

Completed in 70 milliseconds