Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c359 fastboot_elf64_find_dboot_load_offset(void *img, off_t imgsz, uint32_t *offp) in fastboot_elf64_find_dboot_load_offset() argument
366 if ((ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize) >= imgsz) in fastboot_elf64_find_dboot_load_offset()
395 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, in fastboot_elf32_find_loadables() argument
405 if ((ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize) >= imgsz) in fastboot_elf32_find_loadables()