Searched defs:SUFFIX (Results 1 - 10 of 10) sorted by relevance

/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
/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
/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
/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/lib/libc/port/print/
H A Ddoprnt.c189 #define SUFFIX 0x80 /* a suffix is to appear in the output */ macro
956 * SUFFIX will be set.
1406 flagword |= SUFFIX;
1504 flagword |= SUFFIX;
2207 if (flagword & (RZERO | SUFFIX | FMINUS)) {
2213 if (flagword & SUFFIX)

Completed in 22 milliseconds