Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dps.c73 void *auxvptr, *auxvtail; in get_ldbase() local
92 auxvtail = (void *)((uintptr_t)auxvptr + stbuf.st_size); in get_ldbase()
101 while (auxvptr < auxvtail) { in get_ldbase()