Searched defs:SUFFIX (Results 1 - 10 of 10) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/efiemu/ |
| H A D | prepare32.c | 20 #define SUFFIX(x) x ## 32 macro
|
| H A D | prepare64.c | 20 #define SUFFIX(x) x ## 64 macro
|
| H A D | loadcore32.c | 20 #define SUFFIX(x) x ## 32 macro
|
| H A D | loadcore64.c | 20 #define SUFFIX(x) x ## 64 macro
|
| /osnet-11/usr/src/grub/grub2/grub-core/loader/i386/ |
| H A D | bsd32.c | 1 #define SUFFIX(x) x ## 32 macro
|
| H A D | bsd64.c | 1 #define SUFFIX(x) x ## 64 macro
|
| /osnet-11/usr/src/grub/grub2/grub-core/loader/ |
| H A D | macho32.c | 4 #define SUFFIX(x) x ## 32 macro
|
| H A D | macho64.c | 4 #define SUFFIX(x) x ## 64 macro
|
| /osnet-11/usr/src/grub/grub2/util/ |
| H A D | grub-mkimagexx.c | 24 # 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 D | doprnt.c | 189 #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