| /freebsd-13.1/stand/i386/loader/ |
| H A D | conf.c | 110 extern struct file_format i386_elf; 111 extern struct file_format i386_elf_obj; 112 extern struct file_format amd64_elf; 113 extern struct file_format amd64_elf_obj; 114 extern struct file_format multiboot; 115 extern struct file_format multiboot_obj; 117 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/userboot/userboot/ |
| H A D | conf.c | 86 extern struct file_format i386_elf; 87 extern struct file_format i386_elf_obj; 88 extern struct file_format amd64_elf; 89 extern struct file_format amd64_elf_obj; 91 struct file_format *file_formats[] = {
|
| H A D | elf32_freebsd.c | 45 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| H A D | elf64_freebsd.c | 48 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 49 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
| /freebsd-13.1/stand/powerpc/ofw/ |
| H A D | conf.c | 103 extern struct file_format ofw_elf; 104 extern struct file_format ofw_elf64; 106 struct file_format *file_formats[] = {
|
| H A D | elf_freebsd.c | 102 struct file_format ofw_elf =
|
| H A D | ppc64_elf_freebsd.c | 106 struct file_format ofw_elf64 =
|
| /freebsd-13.1/stand/efi/loader/arch/i386/ |
| H A D | elf32_freebsd.c | 51 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 52 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec }; 54 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/powerpc/uboot/ |
| H A D | conf.c | 98 extern struct file_format uboot_elf64; 100 struct file_format *file_formats[] = {
|
| H A D | ppc64_elf_freebsd.c | 97 struct file_format uboot_elf64 =
|
| /freebsd-13.1/stand/powerpc/kboot/ |
| H A D | conf.c | 102 extern struct file_format ppc_elf64; 104 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/efi/loader/arch/riscv/ |
| H A D | exec.c | 84 static struct file_format riscv_elf = { 89 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/uboot/lib/ |
| H A D | libuboot.h | 70 struct file_format; 72 extern struct file_format uboot_elf;
|
| H A D | elf_freebsd.c | 97 struct file_format uboot_elf = {
|
| /freebsd-13.1/stand/i386/libi386/ |
| H A D | elf32_freebsd.c | 45 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| H A D | elf64_freebsd.c | 46 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 47 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
| H A D | multiboot.c | 72 struct file_format multiboot = { multiboot_loadfile, multiboot_exec }; 73 struct file_format multiboot_obj =
|
| /freebsd-13.1/stand/efi/loader/arch/arm/ |
| H A D | exec.c | 97 static struct file_format arm_elf = { 102 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/efi/loader/arch/arm64/ |
| H A D | exec.c | 60 static struct file_format arm64_elf = { 65 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 62 static struct file_format amd64_elf = { 66 static struct file_format amd64_elf_obj = { 71 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/mips/beri/loader/ |
| H A D | loader.h | 50 extern struct file_format beri_elf;
|
| /freebsd-13.1/stand/arm/uboot/ |
| H A D | conf.c | 84 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/mips/uboot/ |
| H A D | conf.c | 87 struct file_format *file_formats[] = {
|
| /freebsd-13.1/stand/libofw/ |
| H A D | libofw.h | 63 struct file_format;
|
| /freebsd-13.1/stand/common/ |
| H A D | bootstrap.h | 237 struct file_format struct 251 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
|