Searched refs:imgsz (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c367 fastboot_elf64_find_dboot_load_offset(void *img, off_t imgsz, uint32_t *offp) argument
374 if ((ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize) >= imgsz)
403 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, argument
413 if ((ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize) >= imgsz)

Completed in 108 milliseconds