Lines Matching refs:bv
614 Elf32_Boot *bv = bootv; in read_elf32() local
627 EBV(bv, EB_AUXV, 0); /* fill in later */ in read_elf32()
628 EBV(bv, EB_PAGESIZE, pagesize); in read_elf32()
629 EBV(bv, EB_DYNAMIC, dynamic); in read_elf32()
630 EBV(bv, EB_NULL, 0); in read_elf32()
649 vsize = (caddr_t)bv - (caddr_t)bootv; in read_elf32()
1004 Elf64_Boot *bv = bootv; in read_elf64() local
1018 EBV64(bv, EB_AUXV, 0); /* fill in later */ in read_elf64()
1019 EBV64(bv, EB_PAGESIZE, pagesize); in read_elf64()
1020 EBV64(bv, EB_DYNAMIC, dynamic); in read_elf64()
1021 EBV64(bv, EB_NULL, 0); in read_elf64()
1048 vsize = (caddr_t)bv - (caddr_t)bootv; in read_elf64()