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

  /external/syslinux/gpxe/src/include/gpxe/
elf.h 15 extern int elf_load ( struct image *image );
  /external/syslinux/gpxe/src/arch/i386/image/
elfboot.c 99 if ( ( rc = elf_load ( image ) ) != 0 ) {
multiboot.c 410 if ( ( rc = elf_load ( image ) ) != 0 ) {
  /external/syslinux/gpxe/src/image/
elf.c 121 int elf_load ( struct image *image ) { function

Completed in 113 milliseconds