Searched refs:elfbootvecELF64 (Results 1 – 3 of 3) sorted by relevance
87 Elf64_Boot *elfbootvecELF64; /* ELF bootstrap vector for Elf64 LP64 */ variable1049 if ((elfbootvecELF64 = in read_elf64()1052 bcopy((char *)bootv, (char *)elfbootvecELF64, vsize); in read_elf64()1057 kmem_free(elfbootvecELF64, vsize); in read_elf64()1062 if ((elfbootvecELF64->eb_un.eb_ptr = in read_elf64()1064 kmem_free(elfbootvecELF64, vsize); in read_elf64()1069 (char *)ADDR_TRUNC((elfbootvecELF64->eb_un.eb_ptr)), size); in read_elf64()1071 if ((elfbootvecELF64->eb_un.eb_ptr = in read_elf64()1073 kmem_free(elfbootvecELF64, vsize); in read_elf64()1077 bcopy((char *)auxv, (char *)(elfbootvecELF64->eb_un.eb_ptr), in read_elf64()
64 extern Elf64_Boot *elfbootvecELF64; /* Bootstrap vector for Elf64 LP64 */
227 (void *)elfbootvecELF64); in post_mountroot()228 exitto64(go2, (void *)elfbootvecELF64); in post_mountroot()