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

/opensolaris-onvv-gate/usr/src/uts/common/exec/elf/
H A Delf.c810 int num_auxv; local
825 num_auxv = postfixsize / sizeof (aux_entry_t);
826 ASSERT(num_auxv <= sizeof (up->u_auxv) / sizeof (auxv_t));
828 for (i = 0; i < num_auxv; i++) {

Completed in 97 milliseconds