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

/freebsd-11.0-release/sys/boot/i386/libi386/
H A Delf64_freebsd.c43 static int elf64_exec(struct preloaded_file *amp);
46 struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
72 elf64_exec(struct preloaded_file *fp) function
/freebsd-11.0-release/sys/boot/efi/loader/arch/arm64/
H A Dexec.c55 static int elf64_exec(struct preloaded_file *amp);
62 elf64_exec
71 elf64_exec(struct preloaded_file *fp) function
/freebsd-11.0-release/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c57 static int elf64_exec(struct preloaded_file *amp);
60 static struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
94 elf64_exec(struct preloaded_file *fp) function
/freebsd-11.0-release/sys/boot/userboot/userboot/
H A Delf64_freebsd.c42 static int elf64_exec(struct preloaded_file *amp);
45 struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
86 elf64_exec(struct preloaded_file *fp) function

Completed in 100 milliseconds