Home
last modified time | relevance | path

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

12

/freebsd/stand/i386/loader/
H A Dconf.c108 extern struct file_format i386_elf;
109 extern struct file_format i386_elf_obj;
110 extern struct file_format amd64_elf;
111 extern struct file_format amd64_elf_obj;
112 extern struct file_format multiboot;
113 extern struct file_format multiboot_obj;
115 struct file_format *file_formats[] = {
/freebsd/stand/userboot/userboot/
H A Dconf.c89 extern struct file_format i386_elf;
90 extern struct file_format i386_elf_obj;
91 extern struct file_format amd64_elf;
92 extern struct file_format amd64_elf_obj;
95 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 = {
/freebsd/stand/powerpc/ofw/
H A Dconf.c103 extern struct file_format ofw_elf;
104 extern struct file_format ofw_elf64;
106 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 = {
/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.c98 extern struct file_format uboot_elf64;
100 struct file_format *file_formats[] = {
H A Dppc64_elf_freebsd.c91 struct file_format uboot_elf64 = {
/freebsd/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 = {
/freebsd/stand/efi/loader/arch/arm/
H A Dexec.c91 static struct file_format arm_elf = {
96 struct file_format *file_formats[] = {
/freebsd/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 = {
H A Dmultiboot.c70 struct file_format multiboot = {
74 struct file_format multiboot_obj = {
/freebsd/stand/efi/loader/arch/arm64/
H A Dexec.c45 static struct file_format arm64_elf = {
50 struct file_format *file_formats[] = {
/freebsd/stand/efi/loader/arch/riscv/
H A Dexec.c107 static struct file_format riscv_elf = {
112 struct file_format *file_formats[] = {
/freebsd/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[] = {
/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.c160 struct file_format ppc_elf64 = {
170 struct file_format *file_formats[] = {
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c75 static struct file_format arm64_elf = {
80 struct file_format *file_formats[] = {
/freebsd/stand/uboot/arch/arm/
H A Dconf.c84 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;

12