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

/osnet-11/usr/src/lib/brand/shared/librtld_db/common/
H A Dbrand_librtld_db.c138 const auxv_t *auxvp = NULL; local
140 if (ps_pauxv(php, &auxvp) != PS_OK)
143 while (auxvp->a_type != AT_NULL) {
144 if (auxvp->a_type == type)
145 return ((uint32_t)(uintptr_t)auxvp->a_un.a_ptr);
146 auxvp++;

Completed in 15 milliseconds