| /freebsd-10-stable/sys/boot/i386/loader/ |
| D | conf.c | 106 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/ |
| D | conf.c | 81 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[] = {
|
| D | elf32_freebsd.c | 45 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| D | elf64_freebsd.c | 45 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/ |
| D | conf.c | 85 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/ |
| D | libofw.h | 65 struct file_format; 70 extern struct file_format ofw_elf; 72 extern struct file_format ofw_elf64;
|
| D | ppc64_elf_freebsd.c | 97 struct file_format ofw_elf64 =
|
| D | elf_freebsd.c | 94 struct file_format ofw_elf =
|
| /freebsd-10-stable/contrib/gdb/gdb/cli/ |
| D | cli-dump.c | 226 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/ |
| D | conf.c | 103 extern struct file_format ppc_elf64; 105 struct file_format *file_formats[] = {
|
| D | ppc64_elf_freebsd.c | 94 struct file_format ppc_elf64 =
|
| /freebsd-10-stable/sys/boot/efi/loader/arch/amd64/ |
| D | elf64_freebsd.c | 61 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/ |
| D | elf32_freebsd.c | 45 struct file_format i386_elf = { elf32_loadfile, elf32_exec }; 46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
|
| D | elf64_freebsd.c | 46 struct file_format amd64_elf = { elf64_loadfile, elf64_exec }; 47 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
|
| D | multiboot.c | 76 struct file_format multiboot = { multiboot_loadfile, multiboot_exec }; 77 struct file_format multiboot_obj =
|
| /freebsd-10-stable/sys/boot/uboot/lib/ |
| D | libuboot.h | 70 struct file_format; 72 extern struct file_format uboot_elf;
|
| D | elf_freebsd.c | 93 struct file_format uboot_elf = {
|
| /freebsd-10-stable/sys/boot/ia64/common/ |
| D | exec.c | 56 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/ |
| D | conf.c | 96 struct file_format *file_formats[] = {
|
| /freebsd-10-stable/sys/boot/arm/uboot/ |
| D | conf.c | 84 struct file_format *file_formats[] = {
|
| /freebsd-10-stable/sys/boot/powerpc/ofw/ |
| D | conf.c | 97 struct file_format *file_formats[] = {
|
| /freebsd-10-stable/sys/boot/common/ |
| D | bootstrap.h | 222 struct file_format struct 230 extern struct file_format *file_formats[]; /* supplied by consumer */ argument
|
| /freebsd-10-stable/sys/boot/sparc64/loader/ |
| D | main.c | 168 static struct file_format sparc64_elf = { 173 struct file_format *file_formats[] = {
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | archive | 556 # URL: https://en.wikipedia.org/wiki/LHA_(file_format) 954 # URL: https://en.wikipedia.org/wiki/LHA_(file_format)
|
| D | msdos | 822 # URL: https://en.wikipedia.org/wiki/CUR_(file_format) 893 # URL: https://en.wikipedia.org/wiki/CUR_(file_format)
|