Home
last modified time | relevance | path

Searched refs:file_format (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/stand/i386/loader/
H A Dconf.c101 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 Dconf.c86 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 Delf32_freebsd.c42 struct file_format i386_elf = { elf32_loadfile, elf32_exec };
43 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
H A Delf64_freebsd.c46 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 Dconf.c100 extern struct file_format ofw_elf;
101 extern struct file_format ofw_elf64;
103 struct file_format *file_formats[] = {
H A Dppc64_elf_freebsd.c104 struct file_format ofw_elf64 =
H A Delf_freebsd.c100 struct file_format ofw_elf =
/freebsd/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c48 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 Dconf.c95 extern struct file_format uboot_elf64;
97 struct file_format *file_formats[] = {
H A Dppc64_elf_freebsd.c91 struct file_format uboot_elf64 =
/freebsd/stand/uboot/
H A Dlibuboot.h67 struct file_format;
69 extern struct file_format uboot_elf;
H A Delf_freebsd.c89 struct file_format uboot_elf = {
/freebsd/stand/i386/libi386/
H A Delf32_freebsd.c42 struct file_format i386_elf = { elf32_loadfile, elf32_exec };
43 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
H A Delf64_freebsd.c46 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 Dexec.c91 static struct file_format arm_elf = {
96 struct file_format *file_formats[] = {
/freebsd/stand/efi/loader/arch/arm64/
H A Dexec.c45 static struct file_format arm64_elf = {
50 struct file_format *file_formats[] = {
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c74 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 Dexec.c104 static struct file_format riscv_elf = {
109 struct file_format *file_formats[] = {
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c47 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 Dppc64_elf_freebsd.c163 struct file_format ppc_elf64 =
174 struct file_format *file_formats[] = {
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c78 static struct file_format arm64_elf = {
83 struct file_format *file_formats[] = {
/freebsd/stand/uboot/arch/arm/
H A Dconf.c81 struct file_format *file_formats[] = {
/freebsd/stand/common/
H A Dbootstrap.h250 struct file_format struct
264 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
/freebsd/stand/libofw/
H A Dlibofw.h67 struct file_format;
/freebsd/contrib/file/magic/Magdir/
H A Drust17 …https://github.com/rust-lang/rust/blob/1.64.0/compiler/rustc_incremental/src/persist/file_format.rs

12