Searched refs:img (Results 1 – 4 of 4) sorted by relevance
91 Image img = tk.getImage(iconUrl); in pmFrame() local92 this.setIconImage(img); in pmFrame()
367 fastboot_elf64_find_dboot_load_offset(void *img, off_t imgsz, uint32_t *offp) in fastboot_elf64_find_dboot_load_offset() argument369 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)img; in fastboot_elf64_find_dboot_load_offset()377 phdrbase = (uint8_t *)img + ehdr->e_phoff; 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() argument406 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)img; in fastboot_elf32_find_loadables()416 phdrbase = (uint8_t *)img + ehdr->e_phoff; in fastboot_elf32_find_loadables()
24 #initrd /initrd.img
35 img_file=/tmp/grub-install.img.$$