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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp704 struct symtab_command const *pSymTab = (struct symtab_command const *)pCmd; local
705 if (pSymTab->cmdsize != sizeof(*pSymTab))
707 if (pSymTab->nsyms > _1M)
709 if (pSymTab->strsize > _2M)
712 pThis->offStrTab = pSymTab->stroff;
713 pThis->cbStrTab = pSymTab->strsize;
714 pThis->offSyms = pSymTab->symoff;
715 pThis->cSyms = pSymTab->nsyms;
/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp472 symtab_command_t const *pSymTab; member in union:__anon9840

Completed in 47 milliseconds