Home
last modified time | relevance | path

Searched refs:auxvptr (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c73 void *auxvptr, *auxvtail; in get_ldbase() local
85 auxvptr = malloc(stbuf.st_size); in get_ldbase()
86 if (read(pauxvfd, auxvptr, stbuf.st_size) == -1) in get_ldbase()
91 procp->pp_auxvp = auxvptr; in get_ldbase()
92 auxvtail = (void *)((uintptr_t)auxvptr + stbuf.st_size); in get_ldbase()
101 while (auxvptr < auxvtail) { in get_ldbase()
102 auxvp = auxvptr; in get_ldbase()
122 auxvptr = (void *)((uintptr_t)auxvptr + entsize); in get_ldbase()