Home
last modified time | relevance | path

Searched refs:elf_load (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Delf.h15 extern int elf_load ( struct image *image );
/external/syslinux/gpxe/src/arch/i386/image/
Delfboot.c99 if ( ( rc = elf_load ( image ) ) != 0 ) { in elfboot_load()
Dmultiboot.c410 if ( ( rc = elf_load ( image ) ) != 0 ) { in multiboot_load_elf()
/external/syslinux/gpxe/src/image/
Delf.c121 int elf_load ( struct image *image ) { in elf_load() function