auxv32_t
((uintptr_t)((auxv32_t *)auxvp)->
((uintptr_t)((auxv32_t *)auxvp)->
entsize = sizeof (auxv32_t);
auxv_32_to_n(const auxv32_t *src, auxv_t *dst)
auxv_n_to_32(const auxv_t *src, auxv32_t *dst)
extern void auxv_32_to_n(const auxv32_t *, auxv_t *);
extern void auxv_n_to_32(const auxv_t *, auxv32_t *);
auxv32_t *a32;
n = nbytes / sizeof (auxv32_t);
nbytes = n * sizeof (auxv32_t);
auxv32_t *av32;
size_t size = sizeof (auxv32_t) * P->nauxv;
auxv32_t *av32;
size_t size = sizeof (auxv32_t) * P->nauxv;
static func_t iload32(char *, Elf32_Phdr *, Elf32_Phdr *, auxv32_t **);
auxv32_t auxv[__BOOT_NAUXV_IMPL]; /* Aux vector */
auxv32_t *av = auxv;
auxv32_t *a = auxv;
iload32(char *rtld, Elf32_Phdr *thdr, Elf32_Phdr *dhdr, auxv32_t **avp)
typedef auxv32_t aux_entry_t;
auxv32_t auxv[__KERN_NAUXV_IMPL];
__KERN_NAUXV_IMPL * sizeof (auxv32_t)))
auxv32_t auxv[__KERN_NAUXV_IMPL];
vap->va_size = __KERN_NAUXV_IMPL * PR_OBJSIZE(auxv32_t, auxv_t);
auxv32_t auxflags_auxv32;
auxv32_t brand_auxv32[] = {
auxv32_t **a = (auxv32_t **)auxvpp;