Lines Matching refs:SUFFIX

24 # define SUFFIX(x)	x ## 32
37 # define SUFFIX(x) x ## 64
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_entry) (struct fixup_block_list **cblock, grub_uint16_t type,
619 SUFFIX (make_reloc_section) (Elf_Ehdr *e, void **out,
676 = SUFFIX (add_fixup_entry) (&lst,
695 = SUFFIX (add_fixup_entry) (&lst,
724 = SUFFIX (add_fixup_entry) (&lst,
746 current_address = SUFFIX (add_fixup_entry) (&lst,
752 current_address = SUFFIX (add_fixup_entry) (&lst, 0, 0, 1, current_address, image_target);
776 SUFFIX (is_text_section) (Elf_Shdr *s, struct image_target_desc *image_target)
789 SUFFIX (is_data_section) (Elf_Shdr *s, struct image_target_desc *image_target)
800 SUFFIX (check_elf_header) (Elf_Ehdr *e, size_t size, struct image_target_desc *image_target)
819 SUFFIX (locate_sections) (Elf_Shdr *sections, Elf_Half section_entsize,
849 if (SUFFIX (is_text_section) (s, image_target))
871 if (SUFFIX (is_data_section) (s, image_target))
894 SUFFIX (load_image) (const char *kernel_path, grub_size_t *exec_size,
925 if (! SUFFIX (check_elf_header) (e, kernel_size, image_target))
942 section_addresses = SUFFIX (locate_sections) (sections, section_entsize,
1009 ia64jmpnum = SUFFIX (count_funcs) (e, symtab_section,
1031 *start = SUFFIX (relocate_symbols) (e, sections, symtab_section,
1042 SUFFIX (relocate_addresses) (e, sections, section_addresses,
1048 *reloc_size = SUFFIX (make_reloc_section) (e, reloc_section,
1060 if (SUFFIX (is_data_section) (s, image_target)
1061 || SUFFIX (is_text_section) (s, image_target))
1077 #undef SUFFIX