Searched defs:Elf_Addr (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c28 # define Elf_Addr Elf32_Addr macro
41 # define Elf_Addr Elf64_Addr macro
55 static Elf_Addr
57 Elf_Shdr *symtab_section, Elf_Addr *section_addresses,
59 void *jumpers, Elf_Addr jumpers_addr,
64 Elf_Addr start_address = 0;
129 static Elf_Addr
142 static Elf_Addr *
143 SUFFIX (get_target_address) (Elf_Ehdr *e, Elf_Shdr *s, Elf_Addr offset,
146 return (Elf_Addr *) ((cha
1082 #undef Elf_Addr macro
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h2335 typedef Elf32_Addr Elf_Addr; typedef
2358 typedef Elf64_Addr Elf_Addr; typedef

Completed in 36 milliseconds