Searched refs:image_seek (Results 1 – 5 of 5) sorted by relevance
45 image_seek(elf_hdr->e_phoff, module); in load_segments()129 if (image_seek(cr_pht->p_offset, module) < 0) { in load_segments()151 image_seek(elf_hdr->e_shoff, module); in load_segments()
51 extern int image_seek(Elf32_Off offset, struct elf_module *module);
60 extern int image_seek(Elf_Off offset, struct elf_module *module);
155 int image_seek(Elf_Off offset, struct elf_module *module) { in image_seek() function