Home
last modified time | relevance | path

Searched refs:Elf64_Boot (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/psm/stand/sys/
H A Dboot.h64 extern Elf64_Boot *elfbootvecELF64; /* Bootstrap vector for Elf64 LP64 */
/titanic_44/usr/src/uts/common/sys/
H A Dmachelf.h85 typedef Elf64_Boot Boot;
H A Dlink.h605 } Elf64_Boot; typedef
/titanic_44/usr/src/psm/stand/boot/common/
H A Dreadfile.c87 Elf64_Boot *elfbootvecELF64; /* ELF bootstrap vector for Elf64 LP64 */
1002 Elf64_Boot bootv[EB_MAX]; /* Bootstrap vector */ in read_elf64()
1004 Elf64_Boot *bv = bootv; in read_elf64()
1050 (Elf64_Boot *)kmem_alloc(vsize, 0)) == NULL) in read_elf64()