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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp164 load_command_t *pLoadCmds; member in struct:RTDBGKRNLINFOINT
354 RTMemFree(pThis->pLoadCmds);
355 pThis->pLoadCmds = NULL;
665 pThis->pLoadCmds = (load_command_t *)RTMemAlloc(pThis->cbLoadCmds);
666 if (!pThis->pLoadCmds)
670 pThis->pLoadCmds, pThis->cbLoadCmds, NULL);
678 load_command_t const *pCmd = pThis->pLoadCmds;
682 uintptr_t offCmd = (uintptr_t)pCmd - (uintptr_t)pThis->pLoadCmds;

Completed in 737 milliseconds