Searched refs:file_format (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-12-stable/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.c45 struct file_format i386_elf = { elf32_loadfile, elf32_exec };
46 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
H A Delf64_freebsd.c48 struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
49 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
/freebsd-12-stable/stand/i386/loader/
H A Dconf.c113 extern struct file_format i386_elf;
114 extern struct file_format i386_elf_obj;
115 extern struct file_format amd64_elf;
116 extern struct file_format amd64_elf_obj;
117 extern struct file_format multiboot;
118 extern struct file_format multiboot_obj;
120 struct file_format *file_formats[] = {
/freebsd-12-stable/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.c102 struct file_format ofw_elf =
H A Dppc64_elf_freebsd.c106 struct file_format ofw_elf64 =
/freebsd-12-stable/stand/powerpc/kboot/
H A Dconf.c102 extern struct file_format ppc_elf64;
104 struct file_format *file_formats[] = {
/freebsd-12-stable/stand/powerpc/uboot/
H A Dconf.c98 extern struct file_format uboot_elf64;
100 struct file_format *file_formats[] = {
H A Dppc64_elf_freebsd.c97 struct file_format uboot_elf64 =
/freebsd-12-stable/stand/mips/beri/loader/
H A Dloader.h50 extern struct file_format beri_elf;
H A Dexec.c49 struct file_format beri_elf = {
H A Dmain.c62 struct file_format *file_formats[] = {
/freebsd-12-stable/stand/uboot/lib/
H A Dlibuboot.h70 struct file_format;
72 extern struct file_format uboot_elf;
H A Delf_freebsd.c97 struct file_format uboot_elf = {
/freebsd-12-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c51 struct file_format i386_elf = { elf32_loadfile, elf32_exec };
52 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
54 struct file_format *file_formats[] = {
/freebsd-12-stable/stand/arm/uboot/
H A Dconf.c87 struct file_format *file_formats[] = {
/freebsd-12-stable/stand/efi/loader/arch/arm/
H A Dexec.c97 static struct file_format arm_elf = {
102 struct file_format *file_formats[] = {
/freebsd-12-stable/stand/i386/libi386/
H A 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 };
H A 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 };
/freebsd-12-stable/stand/libofw/
H A Dlibofw.h62 struct file_format;
/freebsd-12-stable/stand/mips/uboot/
H A Dconf.c90 struct file_format *file_formats[] = {
/freebsd-12-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c62 static struct file_format amd64_elf = {
66 static struct file_format amd64_elf_obj = {
71 struct file_format *file_formats[] = {
/freebsd-12-stable/stand/efi/loader/arch/arm64/
H A Dexec.c60 static struct file_format arm64_elf = {
65 struct file_format *file_formats[] = {
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c226 dump_memory_to_file (char *cmd, char *mode, char *file_format) argument
264 if (file_format == NULL || strcmp (file_format, "binary") == 0)
270 dump_bfd_file (filename, mode, file_format, lo, buf, count);
283 dump_value_to_file (char *cmd, char *mode, char *file_format) argument
300 if (file_format == NULL || strcmp (file_format, "binary") == 0)
319 dump_bfd_file (filename, mode, file_format, vaddr,

Completed in 207 milliseconds

12