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

/freebsd-12-stable/stand/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 };
71 elf64_exec(struct preloaded_file *fp) function
/freebsd-12-stable/stand/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-12-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c59 static int elf64_exec(struct preloaded_file *amp);
64 .l_exec = elf64_exec,
93 elf64_exec(struct preloaded_file *fp) function
/freebsd-12-stable/stand/userboot/userboot/
H A Delf64_freebsd.c45 static int elf64_exec(struct preloaded_file *amp);
48 struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
88 elf64_exec(struct preloaded_file *fp) function

Completed in 157 milliseconds