Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/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.c45 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 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-14.2/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c51 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 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-14.2/stand/efi/loader/arch/riscv/
H A Dexec.c81 static struct file_format riscv_elf = {
86 struct file_format *file_formats[] = {
/freebsd-14.2/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-14.2/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.c43 struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
44 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
H A Dmultiboot.c69 struct file_format multiboot = { multiboot_loadfile, multiboot_exec };
70 struct file_format multiboot_obj =
/freebsd-14.2/stand/efi/loader/arch/arm/
H A Dexec.c93 static struct file_format arm_elf = {
98 struct file_format *file_formats[] = {
/freebsd-14.2/stand/efi/loader/arch/arm64/
H A Dexec.c48 static struct file_format arm64_elf = {
53 struct file_format *file_formats[] = {
/freebsd-14.2/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c73 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 Dppc64_elf_freebsd.c163 struct file_format ppc_elf64 =
174 struct file_format *file_formats[] = {
/freebsd-14.2/stand/kboot/kboot/arch/aarch64/
H A Dexec.c76 static struct file_format arm64_elf = {
81 struct file_format *file_formats[] = {
/freebsd-14.2/stand/uboot/arch/arm/
H A Dconf.c81 struct file_format *file_formats[] = {
/freebsd-14.2/stand/common/
H A Dbootstrap.h249 struct file_format struct
263 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
/freebsd-14.2/stand/libofw/
H A Dlibofw.h67 struct file_format;
/freebsd-14.2/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