Home
last modified time | relevance | path

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

12

/titanic_53/usr/src/boot/sys/boot/i386/loader/
H A Dconf.c98 extern struct file_format i386_elf;
99 extern struct file_format i386_elf_obj;
100 extern struct file_format amd64_elf;
101 extern struct file_format amd64_elf_obj;
102 extern struct file_format multiboot;
103 extern struct file_format multiboot_obj;
104 extern struct file_format multiboot2;
105 extern struct file_format linux;
106 extern struct file_format linux_initrd;
108 struct file_format *file_formats[] = {
/titanic_53/usr/src/cmd/ast/libshell/common/scripts/
H A Dcrawlsrccomments.sh502 file_format="c_source"
506 file_format="imakefile"
510 file_format="makefile"
519 file_format="troff"
523 file_format="html"
527 file_format="sgml"
531 file_format="shell"
535 file_format="perl"
543 file_format="troff"
547 file_format="html"
[all …]
/titanic_53/usr/src/boot/sys/boot/userboot/userboot/
H A 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[] = {
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.c45 struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
46 struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
/titanic_53/usr/src/boot/sys/boot/ofw/libofw/
H A Dlibofw.h65 struct file_format;
70 extern struct file_format ofw_elf;
72 extern struct file_format ofw_elf64;
H A Dppc64_elf_freebsd.c106 struct file_format ofw_elf64 =
H A Delf_freebsd.c100 struct file_format ofw_elf =
/titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Delf32_freebsd.c48 struct file_format i386_elf = { elf32_loadfile, elf32_exec };
49 struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
51 struct file_format *file_formats[] = {
/titanic_53/usr/src/lib/libsqlite/src/
H A Dmain.c280 db->file_format = meta[2]; in sqliteInitOne()
297 if( db->file_format==0 ){ in sqliteInitOne()
299 db->file_format = 4; in sqliteInitOne()
300 }else if( db->file_format>4 ){ in sqliteInitOne()
305 }else if( iDb!=1 && (db->file_format!=meta[2] || db->file_format<4) ){ in sqliteInitOne()
306 assert( db->file_format>=4 ); in sqliteInitOne()
340 if( db->file_format>=2 ){ in sqliteInitOne()
419 if( rc==SQLITE_OK && db->file_format<3 ){ in sqliteInit()
427 db->file_format = 3; in sqliteInit()
721 if( db->file_format<3 ){ in sqlite_compile()
H A Dattach.c40 if( db->file_format<4 ){ in sqliteAttach()
H A Ddelete.c393 if( db->file_format>=4 ) sqliteAddIdxKeyType(v, pIdx); in sqliteGenerateRowIndexDelete()
/titanic_53/usr/src/boot/sys/boot/efi/loader/
H A Dconf.c95 extern struct file_format multiboot2;
98 struct file_format *file_formats[] = {
/titanic_53/usr/src/boot/sys/boot/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 };
H A Dlinux.c38 struct file_format linux = { linux_loadkernel, linux_exec };
39 struct file_format linux_initrd = { linux_loadinitrd, linux_execinitrd };
H A Dmultiboot.c78 struct file_format multiboot = { multiboot_loadfile, multiboot_exec };
79 struct file_format multiboot_obj =
/titanic_53/usr/src/boot/sys/boot/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 = {
/titanic_53/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dexec.c94 static struct file_format arm_elf = {
99 struct file_format *file_formats[] = {
/titanic_53/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c60 static struct file_format amd64_elf = { elf64_loadfile, elf64_exec };
61 static struct file_format amd64_elf_obj = { elf64_obj_loadfile, elf64_obj_exec };
63 struct file_format *file_formats[] = {
/titanic_53/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dexec.c59 static struct file_format arm64_elf = {
64 struct file_format *file_formats[] = {
/titanic_53/usr/src/boot/sys/boot/arm/uboot/
H A Dconf.c84 struct file_format *file_formats[] = {
/titanic_53/usr/src/lib/libsqlite/test/
H A Dversion.test50 # Increase the file_format number by one. Verify that the
62 # Decrease the file_format number by one. Verify that the
76 # Set the file_format number to 2. This should cause the automatic
/titanic_53/usr/src/boot/sys/boot/common/
H A Dbootstrap.h209 struct file_format struct
217 extern struct file_format *file_formats[]; /* supplied by consumer */ argument

12