Home
last modified time | relevance | path

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

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