Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Delf64_freebsd.c43 static int elf64_exec(struct preloaded_file *amp);
46 struct file_format x86_64_elf = { elf64_loadfile, elf64_exec };
72 elf64_exec(struct preloaded_file *fp) in elf64_exec() function
/dragonfly/stand/boot/efi/loader/arch/x86_64/
H A Delf64_freebsd.c52 static int elf64_exec(struct preloaded_file *amp);
55 static struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
89 elf64_exec(struct preloaded_file *fp) in elf64_exec() function