Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/i386/libi386/
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) in elf64_exec() function
/freebsd-12-stable/stand/efi/loader/arch/arm64/
Dexec.c55 static int elf64_exec(struct preloaded_file *amp);
62 elf64_exec
71 elf64_exec(struct preloaded_file *fp) in elf64_exec() function
/freebsd-12-stable/stand/userboot/userboot/
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) in elf64_exec() function
/freebsd-12-stable/stand/efi/loader/arch/amd64/
Delf64_freebsd.c59 static int elf64_exec(struct preloaded_file *amp);
64 .l_exec = elf64_exec,
94 elf64_exec(struct preloaded_file *fp) in elf64_exec() function