Searched refs:auxvptr (Results 1 – 1 of 1) sorted by relevance
73 void *auxvptr, *auxvtail; in get_ldbase() local85 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()