Searched refs:elf_load (Results 1 – 4 of 4) sorted by relevance
15 extern int elf_load ( struct image *image );
99 if ( ( rc = elf_load ( image ) ) != 0 ) { in elfboot_load()
410 if ( ( rc = elf_load ( image ) ) != 0 ) { in multiboot_load_elf()
121 int elf_load ( struct image *image ) { in elf_load() function