Home
last modified time | relevance | path

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

12

/src/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[] = {
/src/stand/userboot/userboot/
H A Dconf.c87 extern struct file_format i386_elf;
88 extern struct file_format i386_elf_obj;
89 extern struct file_format amd64_elf;
90 extern struct file_format amd64_elf_obj;
93 struct file_format *file_formats[] = {
H A Delf32_freebsd.c42 struct file_format i386_elf = {
46 struct file_format i386_elf_obj = {
H A Delf64_freebsd.c46 struct file_format amd64_elf = {
50 struct file_format amd64_elf_obj = {
/src/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 Delf_freebsd.c100 struct file_format ofw_elf = {
H A Dppc64_elf_freebsd.c104 struct file_format ofw_elf64 = {
/src/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[] = {
/src/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 = {
/src/stand/uboot/
H A Dlibuboot.h66 struct file_format;
68 extern struct file_format uboot_elf;
H A Delf_freebsd.c89 struct file_format uboot_elf = {
/src/stand/i386/libi386/
H A Delf32_freebsd.c42 struct file_format i386_elf = {
46 struct file_format i386_elf_obj = {
H A Delf64_freebsd.c46 struct file_format amd64_elf = {
50 struct file_format amd64_elf_obj = {
/src/stand/efi/loader/arch/arm/
H A Dexec.c92 static struct file_format arm_elf = {
97 struct file_format *file_formats[] = {
/src/stand/efi/loader/arch/arm64/
H A Dexec.c45 static struct file_format arm64_elf = {
50 struct file_format *file_formats[] = {
/src/stand/efi/loader/arch/riscv/
H A Dexec.c108 static struct file_format riscv_elf = {
113 struct file_format *file_formats[] = {
/src/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c75 static struct file_format amd64_elf = {
79 static struct file_format amd64_elf_obj = {
85 extern struct file_format multiboot2;
86 extern struct file_format multiboot2_obj;
89 struct file_format *file_formats[] = {
/src/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[] = {
/src/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c160 struct file_format ppc_elf64 = {
170 struct file_format *file_formats[] = {
/src/stand/kboot/kboot/arch/aarch64/
H A Dexec.c75 static struct file_format arm64_elf = {
80 struct file_format *file_formats[] = {
/src/stand/uboot/arch/arm/
H A Dconf.c81 struct file_format *file_formats[] = {
/src/stand/common/
H A Dbootstrap.h250 struct file_format struct
264 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
/src/stand/libofw/
H A Dlibofw.h67 struct file_format;
/src/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