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

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h219 auxv_t *auxv; /* the process's aux vector */ member in struct:ps_prochandle
H A DPsymtab.c304 if (P->auxv && (mptr == P->map_exec || mptr == P->map_ldso)) {
305 free(P->auxv);
306 P->auxv = NULL;
851 * If we're not a core file, re-read the /proc/<pid>/auxv file and store
852 * its contents in P->auxv. In the case of a core file, we either
853 * initialized P->auxv in Pcore() from the NT_AUXV, or we don't have an
854 * auxv because the note was missing.
869 if (P->auxv != NULL) {
870 free(P->auxv);
871 P->auxv
904 auxv_t *auxv; local
[all...]

Completed in 51 milliseconds