Searched refs:pAuxVec (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp651 auxv_t *pAuxVec = pSolProc->pAuxVecs; local
652 for (; pAuxVec->a_type != AT_NULL; pAuxVec++)
654 if (pAuxVec->a_type == Type)
655 return pAuxVec->a_un.a_val;

Completed in 48 milliseconds