Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/module/i386/
Delf_module.c45 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()
/external/syslinux/com32/lib/sys/module/x86_64/
Delf_module.c45 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()
/external/syslinux/core/elflink/
Dcommon.h51 extern int image_seek(Elf32_Off offset, struct elf_module *module);
/external/syslinux/com32/lib/sys/module/
Dcommon.h60 extern int image_seek(Elf_Off offset, struct elf_module *module);
Dcommon.c155 int image_seek(Elf_Off offset, struct elf_module *module) { in image_seek() function