/freebsd/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/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 | 46 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 47 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
/freebsd/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/stand/efi/loader/arch/amd64/ |
H A D | elf64_freebsd.c | 48 static struct file_format amd64_elf = { 52 static struct file_format amd64_elf_obj = { 57 extern struct file_format multiboot2; 58 extern struct file_format multiboot2_obj; 60 struct file_format *file_formats[] = {
|
/freebsd/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/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/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 | 46 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 47 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
/freebsd/stand/efi/loader/arch/arm/ |
H A D | exec.c | 91 static struct file_format arm_elf = { 96 struct file_format *file_formats[] = {
|
/freebsd/stand/efi/loader/arch/arm64/ |
H A D | exec.c | 45 static struct file_format arm64_elf = { 50 struct file_format *file_formats[] = {
|
/freebsd/stand/kboot/kboot/arch/amd64/ |
H A D | elf64_freebsd.c | 74 static struct file_format amd64_elf = { 78 static struct file_format amd64_elf_obj = { 84 extern struct file_format multiboot2; 85 extern struct file_format multiboot2_obj; 88 struct file_format *file_formats[] = {
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | exec.c | 104 static struct file_format riscv_elf = { 109 struct file_format *file_formats[] = {
|
/freebsd/stand/efi/loader/arch/i386/ |
H A D | elf64_freebsd.c | 47 static struct file_format amd64_elf = { 52 static struct file_format amd64_elf_obj = { 57 struct file_format *file_formats[] = {
|
/freebsd/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/stand/kboot/kboot/arch/aarch64/ |
H A D | exec.c | 78 static struct file_format arm64_elf = { 83 struct file_format *file_formats[] = {
|
/freebsd/stand/uboot/arch/arm/ |
H A D | conf.c | 81 struct file_format *file_formats[] = {
|
/freebsd/stand/common/ |
H A D | bootstrap.h | 250 struct file_format struct 264 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
|
/freebsd/stand/libofw/ |
H A D | libofw.h | 67 struct file_format;
|
/freebsd/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
|