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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp156 uint64_t offArch; member in struct:RTDBGKRNLINFOINT
561 int rc = RTFileReadAt(pThis->hFile, pThis->offArch + pThis->offSyms,
570 rc = RTFileReadAt(pThis->hFile, pThis->offArch + pThis->offStrTab,
669 int rc = RTFileReadAt(pThis->hFile, pThis->offArch + sizeof(MY_MACHO_HEADER),
908 pThis->offArch = 0;
948 pThis->offArch = paFatArches[i].offset;
952 if (pThis->offArch < sizeof(fat_header_t) + sizeof(fat_arch_t) * pFat->nfat_arch)
954 if (pThis->offArch + pThis->cbArch <= pThis->offArch)
966 rc = RTFileReadAt(pThis->hFile, pThis->offArch, pThi
[all...]

Completed in 58 milliseconds