Home
last modified time | relevance | path

Searched refs:elfbootvecELF64 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/psm/stand/boot/common/
H A Dreadfile.c87 Elf64_Boot *elfbootvecELF64; /* ELF bootstrap vector for Elf64 LP64 */ variable
1049 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()
/titanic_44/usr/src/psm/stand/sys/
H A Dboot.h64 extern Elf64_Boot *elfbootvecELF64; /* Bootstrap vector for Elf64 LP64 */
/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c227 (void *)elfbootvecELF64); in post_mountroot()
228 exitto64(go2, (void *)elfbootvecELF64); in post_mountroot()