Searched refs:SUFFIX (Results 1 - 25 of 43) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dprepare32.c20 #define SUFFIX(x) x ## 32 macro
H A Dprepare64.c20 #define SUFFIX(x) x ## 64 macro
H A Dloadcore32.c20 #define SUFFIX(x) x ## 32 macro
H A Dloadcore64.c20 #define SUFFIX(x) x ## 64 macro
H A Dprepare.c28 SUFFIX (grub_efiemu_prepare) (struct grub_efiemu_prepare_hook *prepare_hooks,
38 struct SUFFIX (grub_efiemu_configuration_table) *conftables = 0;
80 SUFFIX (grub_efiemu_system_table)
81 = (struct SUFFIX (grub_efi_system_table) *)
86 (&(SUFFIX (grub_efiemu_system_table)->configuration_table), 0,
88 sizeof (SUFFIX (grub_efiemu_system_table)->configuration_table));
89 SUFFIX(grub_efiemu_system_table)->num_table_entries = cntconftables;
92 conftables = (struct SUFFIX (grub_efiemu_configuration_table) *)
105 err = SUFFIX (grub_efiemu_crc) ();
113 SUFFIX (grub_efiemu_system_tabl
[all...]
H A Dloadcore.c50 SUFFIX (grub_efiemu_loadcore_unload) (void)
59 SUFFIX (grub_efiemu_check_header) (void *ehdr, grub_size_t size)
68 if (!SUFFIX (grub_arch_efiemu_check_header) (ehdr)
324 SUFFIX (grub_efiemu_loadcore_init) (void *core, grub_size_t core_size,
348 SUFFIX (grub_efiemu_loadcore_load) (void *core,
362 err = SUFFIX (grub_arch_efiemu_relocate_symbols) (segments,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DMakefile.PL28 SUFFIX => 'gz',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DMakefile.PL29 SUFFIX => 'gz',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DMakefile.PL29 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd32.c1 #define SUFFIX(x) x ## 32 macro
H A Dbsd64.c1 #define SUFFIX(x) x ## 64 macro
H A DbsdXX.c47 if (e->e_ident[EI_CLASS] != SUFFIX (ELFCLASS))
74 SUFFIX (grub_freebsd_load_elfmodule_obj) (struct grub_relocator *relocator,
167 SUFFIX (grub_freebsd_load_elfmodule) (struct grub_relocator *relocator,
266 return SUFFIX (grub_freebsd_load_elf_meta) (relocator, file, kern_end);
272 SUFFIX (grub_freebsd_load_elf_meta) (struct grub_relocator *relocator,
396 SUFFIX (grub_netbsd_load_elf_meta) (struct grub_relocator *relocator,
508 SUFFIX(grub_openbsd_find_ramdisk) (grub_file_t file,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DMakefile.PL38 SUFFIX => 'gz',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DMakefile.PL46 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DMakefile.PL35 SUFFIX => '.gz',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMakefile.PL28 SUFFIX => 'gz',
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmacho32.c4 #define SUFFIX(x) x ## 32 macro
H A Dmacho64.c4 #define SUFFIX(x) x ## 64 macro
H A DmachoXX.c9 SUFFIX (grub_macho_contains_macho) (grub_macho_t macho)
15 SUFFIX (grub_macho_parse) (grub_macho_t macho)
82 SUFFIX (grub_macho_filesize) (grub_macho_t macho)
84 if (SUFFIX (grub_macho_contains_macho) (macho))
90 SUFFIX (grub_macho_readfile) (grub_macho_t macho, void *dest)
93 if (! SUFFIX (grub_macho_contains_macho) (macho))
117 SUFFIX (grub_macho_size) (grub_macho_t macho, grub_macho_addr_t *segments_start,
165 SUFFIX (grub_macho_load) (grub_macho_t macho, char *offset, int flags)
223 SUFFIX (grub_macho_get_entry_point) (grub_macho_t macho)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dobject.t38 my $fh = new File::Temp( SUFFIX => '.txt' );
64 SUFFIX => '.dat',
84 SUFFIX => '.dat',
H A Dtempfile.t45 SUFFIX => '.txt',
73 SUFFIX => '.dat',
108 SUFFIX => '.dat',
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c24 # define SUFFIX(x) x ## 32 macro
37 # define SUFFIX(x) x ## 64 macro
56 SUFFIX (relocate_symbols) (Elf_Ehdr *e, Elf_Shdr *sections,
130 SUFFIX (get_symbol_address) (Elf_Ehdr *e, Elf_Shdr *s, Elf_Word i,
143 SUFFIX (get_target_address) (Elf_Ehdr *e, Elf_Shdr *s, Elf_Addr offset,
150 SUFFIX (count_funcs) (Elf_Ehdr *e, Elf_Shdr *symtab_section,
300 SUFFIX (relocate_addresses) (Elf_Ehdr *e, Elf_Shdr *sections,
357 target = SUFFIX (get_target_address) (e, target_section,
360 sym_addr = SUFFIX (get_symbol_address) (e, symtab_section,
525 SUFFIX (add_fixup_entr
1077 #undef SUFFIX macro
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL40 dist => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL53 'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DMakefile.PL57 SUFFIX => 'gz',

Completed in 95 milliseconds

12