HomeSort by relevance Sort by last modified time
    Searched full:image_seek (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/lib/sys/module/
common.h 60 extern int image_seek(Elf_Off offset, struct elf_module *module);
common.c 155 int image_seek(Elf_Off offset, struct elf_module *module) { function
  /external/syslinux/core/elflink/
common.h 51 extern int image_seek(Elf32_Off offset, struct elf_module *module);
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 45 image_seek(elf_hdr->e_phoff, module);
129 if (image_seek(cr_pht->p_offset, module) < 0) {
151 image_seek(elf_hdr->e_shoff, module);
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 45 image_seek(elf_hdr->e_phoff, module);
129 if (image_seek(cr_pht->p_offset, module) < 0) {
151 image_seek(elf_hdr->e_shoff, module);

Completed in 8251 milliseconds