Searched refs:elfbootvecELF64 (Results 1 – 3 of 3) sorted by relevance
64 extern Elf64_Boot *elfbootvecELF64; /* Bootstrap vector for Elf64 LP64 */
79 Elf64_Boot *elfbootvecELF64; /* ELF bootstrap vector for Elf64 LP64 */ variable936 if ((elfbootvecELF64 = in read_elf64()939 bcopy((char *)bootv, (char *)elfbootvecELF64, vsize); in read_elf64()944 kmem_free(elfbootvecELF64, vsize); in read_elf64()948 if ((elfbootvecELF64->eb_un.eb_ptr = in read_elf64()950 kmem_free(elfbootvecELF64, vsize); in read_elf64()954 bcopy((char *)auxv, (char *)(elfbootvecELF64->eb_un.eb_ptr), in read_elf64()
228 (void *)elfbootvecELF64); in post_mountroot()229 exitto64(go2, (void *)elfbootvecELF64); in post_mountroot()