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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp591 const char *pszSym = &pThis->pachStrTab[(uint32_t)pSym->n_un.n_strx]; local
593 RTAssertMsg2("%05i: %02x:%08llx %02x %04x %s\n", iSym, pSym->n_sect, (uint64_t)pSym->n_value, pSym->n_type, pSym->n_desc, pszSym);
596 if (strcmp(pszSym, pszPrev) < 0)
611 && strcmp(pszSym, "__mh_execute_header")) /* in 10.8 it's no longer absolute (PIE?). */
615 && strcmp(pszSym, "__mh_execute_header")) /* see above. */
621 && ( strcmp(pszSym, "__mh_execute_header") /* n_sect=1 in 10.7/amd64 */

Completed in 126 milliseconds