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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Delf.h15 extern int elf_load ( struct image *image, physaddr_t *entry, physaddr_t *max );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Delfboot.c49 if ( ( rc = elf_load ( image, &entry, &max ) ) != 0 ) {
H A Dmultiboot.c370 if ( ( rc = elf_load ( image, entry, max ) ) != 0 ) {
/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Delf.c133 int elf_load ( struct image *image, physaddr_t *entry, physaddr_t *max ) { function

Completed in 937 milliseconds