Searched refs:eadr (Results 1 – 3 of 3) sorted by relevance
397 uint32_t eadr; in do_sg_go() local410 if (prom_getprop(chosen, "elfheader-address", (caddr_t)&eadr) == -1) in do_sg_go()412 ehdr = (Elf64_Ehdr *)(uintptr_t)eadr; in do_sg_go()
396 uint32_t eadr, padr; local407 if (bop_getprop("elfheader-address", (caddr_t)&eadr) == -1)409 ehdr = (Ehdr *)(uintptr_t)eadr;416 padr = eadr + ehdr->e_phoff;
601 uint32_t eadr; in bop_free_elf() local606 if (bop_getprop("elfheader-address", (caddr_t)&eadr) == -1 || in bop_free_elf()609 prom_free((caddr_t)(uintptr_t)eadr, roundup(esize, PAGESIZE)); in bop_free_elf()