Home
last modified time | relevance | path

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

12

/freebsd-10-stable/sys/boot/i386/loader/
Dconf.c106 extern struct file_format i386_elf;
107 extern struct file_format i386_elf_obj;
108 extern struct file_format amd64_elf;
109 extern struct file_format amd64_elf_obj;
110 extern struct file_format multiboot;
111 extern struct file_format multiboot_obj;
113 struct file_format *file_formats[] = {
/freebsd-10-stable/sys/boot/userboot/userboot/
Dconf.c81 extern struct file_format i386_elf;
82 extern struct file_format i386_elf_obj;
83 extern struct file_format amd64_elf;
84 extern struct file_format amd64_elf_obj;
86 struct file_format *file_formats[] = {
Delf32_freebsd.c45 struct file_format i386_elf = { elf32_loadfile, elf32_exec };
46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
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-10-stable/sys/boot/pc98/loader/
Dconf.c85 extern struct file_format i386_elf;
86 extern struct file_format i386_elf_obj;
88 struct file_format *file_formats[] = {
/freebsd-10-stable/sys/boot/ofw/libofw/
Dlibofw.h65 struct file_format;
70 extern struct file_format ofw_elf;
72 extern struct file_format ofw_elf64;
Dppc64_elf_freebsd.c97 struct file_format ofw_elf64 =
Delf_freebsd.c94 struct file_format ofw_elf =
/freebsd-10-stable/contrib/gdb/gdb/cli/
Dcli-dump.c226 dump_memory_to_file (char *cmd, char *mode, char *file_format) in dump_memory_to_file() argument
264 if (file_format == NULL || strcmp (file_format, "binary") == 0) in dump_memory_to_file()
270 dump_bfd_file (filename, mode, file_format, lo, buf, count); in dump_memory_to_file()
283 dump_value_to_file (char *cmd, char *mode, char *file_format) in dump_value_to_file() argument
300 if (file_format == NULL || strcmp (file_format, "binary") == 0) in dump_value_to_file()
319 dump_bfd_file (filename, mode, file_format, vaddr, in dump_value_to_file()
/freebsd-10-stable/sys/boot/powerpc/ps3/
Dconf.c103 extern struct file_format ppc_elf64;
105 struct file_format *file_formats[] = {
Dppc64_elf_freebsd.c94 struct file_format ppc_elf64 =
/freebsd-10-stable/sys/boot/efi/loader/arch/amd64/
Delf64_freebsd.c61 static struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
62 static struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
64 struct file_format *file_formats[] = {
/freebsd-10-stable/sys/boot/i386/libi386/
Delf32_freebsd.c45 struct file_format i386_elf = { elf32_loadfile, elf32_exec };
46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
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 };
Dmultiboot.c76 struct file_format multiboot = { multiboot_loadfile, multiboot_exec };
77 struct file_format multiboot_obj =
/freebsd-10-stable/sys/boot/uboot/lib/
Dlibuboot.h70 struct file_format;
72 extern struct file_format uboot_elf;
Delf_freebsd.c93 struct file_format uboot_elf = {
/freebsd-10-stable/sys/boot/ia64/common/
Dexec.c56 static struct file_format ia64_elf = {
60 static struct file_format ia64_elf_obj = {
65 struct file_format *file_formats[] = {
/freebsd-10-stable/sys/boot/powerpc/uboot/
Dconf.c96 struct file_format *file_formats[] = {
/freebsd-10-stable/sys/boot/arm/uboot/
Dconf.c84 struct file_format *file_formats[] = {
/freebsd-10-stable/sys/boot/powerpc/ofw/
Dconf.c97 struct file_format *file_formats[] = {
/freebsd-10-stable/sys/boot/common/
Dbootstrap.h222 struct file_format struct
230 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
/freebsd-10-stable/sys/boot/sparc64/loader/
Dmain.c168 static struct file_format sparc64_elf = {
173 struct file_format *file_formats[] = {
/freebsd-10-stable/contrib/file/magic/Magdir/
Darchive556 # URL: https://en.wikipedia.org/wiki/LHA_(file_format)
954 # URL: https://en.wikipedia.org/wiki/LHA_(file_format)
Dmsdos822 # URL: https://en.wikipedia.org/wiki/CUR_(file_format)
893 # URL: https://en.wikipedia.org/wiki/CUR_(file_format)

12