Lines Matching refs:auxv
515 auxv32_t auxv[__BOOT_NAUXV_IMPL]; /* Aux vector */ in read_elf32() local
517 auxv32_t *av = auxv; in read_elf32()
556 size = (caddr_t)av - (caddr_t)auxv; in read_elf32()
557 if (size > sizeof (auxv)) { in read_elf32()
569 bcopy(auxv, in read_elf32()
582 size = (av - auxv) * sizeof (auxv64_t); in read_elf32()
592 auxv32_t *a = auxv; in read_elf32()
594 for (a = auxv; a < av; a++) { in read_elf32()
899 auxv64_t auxv[__BOOT_NAUXV_IMPL]; /* Aux vector */ in read_elf64() local
901 auxv64_t *av = auxv; in read_elf64()
941 size = (caddr_t)av - (caddr_t)auxv; in read_elf64()
942 if (size > sizeof (auxv)) { in read_elf64()
954 bcopy((char *)auxv, (char *)(elfbootvecELF64->eb_un.eb_ptr), in read_elf64()