Elf32_Boot
__rtld(Elf32_Boot *ebp, const char *strings[], int (*funcs[])())
__rtld(Elf32_Boot *ebp, const char *strings[], int (*funcs[])())
Elf32_Boot bootv[EB_MAX]; /* Bootstrap vector */
Elf32_Boot *bv = bootv;
if ((elfbootvec = (Elf32_Boot *)kmem_alloc(vsize, 0)) == NULL)
if ((elfbootvecELF32_64 = (Elf32_Boot *)kmem_alloc(vsize, 0))
Elf32_Boot *elfbootvecELF32_64;
Elf32_Boot *elfbootvec; /* ELF bootstrap vector normal ILP32 */
extern Elf32_Boot *elfbootvecELF32_64; /* Bootstrap vector ELF32 LP64 client */
typedef Elf32_Boot Boot;