| /freebsd-14.2/stand/i386/loader/ |
| H A D | conf.c | 101 extern struct file_format i386_elf; 102 extern struct file_format i386_elf_obj; 103 extern struct file_format amd64_elf; 104 extern struct file_format amd64_elf_obj; 105 extern struct file_format multiboot; 106 extern struct file_format multiboot_obj; 108 struct file_format *file_formats[] = {
|
| /freebsd-14.2/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 | 42 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 43 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| H A D | elf64_freebsd.c | 45 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 46 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
| /freebsd-14.2/stand/powerpc/ofw/ |
| H A D | conf.c | 100 extern struct file_format ofw_elf; 101 extern struct file_format ofw_elf64; 103 struct file_format *file_formats[] = {
|
| H A D | ppc64_elf_freebsd.c | 104 struct file_format ofw_elf64 =
|
| H A D | elf_freebsd.c | 100 struct file_format ofw_elf =
|
| /freebsd-14.2/stand/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 51 static struct file_format amd64_elf = { 55 static struct file_format amd64_elf_obj = { 60 extern struct file_format multiboot2; 61 extern struct file_format multiboot2_obj; 63 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/uboot/arch/powerpc/ |
| H A D | conf.c | 95 extern struct file_format uboot_elf64; 97 struct file_format *file_formats[] = {
|
| H A D | ppc64_elf_freebsd.c | 91 struct file_format uboot_elf64 =
|
| /freebsd-14.2/stand/efi/loader/arch/riscv/ |
| H A D | exec.c | 81 static struct file_format riscv_elf = { 86 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/uboot/ |
| H A D | libuboot.h | 67 struct file_format; 69 extern struct file_format uboot_elf;
|
| H A D | elf_freebsd.c | 89 struct file_format uboot_elf = {
|
| /freebsd-14.2/stand/i386/libi386/ |
| H A D | elf32_freebsd.c | 42 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 43 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| H A D | elf64_freebsd.c | 43 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 44 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
| H A D | multiboot.c | 69 struct file_format multiboot = { multiboot_loadfile, multiboot_exec }; 70 struct file_format multiboot_obj =
|
| /freebsd-14.2/stand/efi/loader/arch/arm/ |
| H A D | exec.c | 93 static struct file_format arm_elf = { 98 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/efi/loader/arch/arm64/ |
| H A D | exec.c | 48 static struct file_format arm64_elf = { 53 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/kboot/kboot/arch/amd64/ |
| H A D | elf64_freebsd.c | 73 static struct file_format amd64_elf = { 77 static struct file_format amd64_elf_obj = { 83 extern struct file_format multiboot2; 84 extern struct file_format multiboot2_obj; 87 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/kboot/kboot/arch/powerpc64/ |
| H A D | ppc64_elf_freebsd.c | 163 struct file_format ppc_elf64 = 174 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/kboot/kboot/arch/aarch64/ |
| H A D | exec.c | 76 static struct file_format arm64_elf = { 81 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/uboot/arch/arm/ |
| H A D | conf.c | 81 struct file_format *file_formats[] = {
|
| /freebsd-14.2/stand/common/ |
| H A D | bootstrap.h | 249 struct file_format struct 263 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
|
| /freebsd-14.2/stand/libofw/ |
| H A D | libofw.h | 67 struct file_format;
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | rust | 17 …https://github.com/rust-lang/rust/blob/1.64.0/compiler/rustc_incremental/src/persist/file_format.rs
|