Searched defs:Elf_Shdr (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_elfxx.c25 # define Elf_Shdr Elf32_Shdr macro
32 # define Elf_Shdr Elf64_Shdr macro
173 Elf_Shdr *sh = (Elf_Shdr *) shdrptr;
228 #undef Elf_Shdr macro
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c31 # define Elf_Shdr Elf32_Shdr macro
44 # define Elf_Shdr Elf64_Shdr macro
56 SUFFIX (relocate_symbols) (Elf_Ehdr *e, Elf_Shdr *sections,
57 Elf_Shdr *symtab_section, Elf_Addr *section_addresses,
67 Elf_Shdr *strtab_section;
72 = (Elf_Shdr *) ((char *) 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 *section
1081 #undef Elf_Shdr macro
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h2342 typedef Elf32_Shdr Elf_Shdr; typedef
2365 typedef Elf64_Shdr Elf_Shdr; typedef

Completed in 46 milliseconds