Searched refs:Elf_Ehdr (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_elfxx.c23 # define Elf_Ehdr Elf32_Ehdr macro
30 # define Elf_Ehdr Elf64_Ehdr macro
46 Elf_Ehdr *ehdr = (Elf_Ehdr *) buffer;
54 Elf_Ehdr *ehdr = (Elf_Ehdr *) buffer;
226 #undef Elf_Ehdr macro
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c61 Elf_Ehdr *e = ehdr;
64 if (size < sizeof (Elf_Ehdr))
82 grub_efiemu_load_segments (grub_efiemu_segment_t segs, const Elf_Ehdr *e)
117 grub_efiemu_get_string (unsigned offset, const Elf_Ehdr *e)
132 grub_efiemu_init_segments (grub_efiemu_segment_t *segs, const Elf_Ehdr *e)
182 grub_efiemu_count_symbols (const Elf_Ehdr *e)
216 grub_efiemu_resolve_symbols (grub_efiemu_segment_t segs, Elf_Ehdr *e)
327 Elf_Ehdr *e = (Elf_Ehdr *) core;
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Ddl.c29 Elf_Ehdr *e = ehdr;
44 Elf_Ehdr *e = ehdr;
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Ddl.c29 Elf_Ehdr *e = ehdr;
44 const Elf_Ehdr *e = ehdr;
101 Elf_Ehdr *e = ehdr;
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/
H A Ddl.c29 Elf_Ehdr *e = ehdr;
45 Elf_Ehdr *e = ehdr;
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c213 Elf_Ehdr *e = ehdr;
216 if (size < sizeof (Elf_Ehdr))
234 grub_dl_load_segments (grub_dl_t mod, const Elf_Ehdr *e)
336 grub_dl_resolve_symbols (grub_dl_t mod, Elf_Ehdr *e)
457 grub_dl_check_license (char *modname, Elf_Ehdr *e)
483 grub_dl_resolve_name (grub_dl_t mod, Elf_Ehdr *e)
510 grub_dl_resolve_dependencies (grub_dl_t mod, Elf_Ehdr *e)
593 Elf_Ehdr *e;
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c26 read_headers (grub_file_t file, Elf_Ehdr *e, char **shdr)
78 Elf_Ehdr e;
171 Elf_Ehdr e;
276 Elf_Ehdr e;
400 Elf_Ehdr e;
407 Elf_Ehdr *e2;
449 e2 = (Elf_Ehdr *) curload;
517 Elf_Ehdr e;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c26 # define Elf_Ehdr Elf32_Ehdr macro
39 # define Elf_Ehdr Elf64_Ehdr 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,
619 SUFFIX (make_reloc_section) (Elf_Ehdr *e, void **out,
800 SUFFIX (check_elf_header) (Elf_Ehdr *e, size_t size, struct image_target_desc *image_target)
903 Elf_Ehdr *
1079 #undef Elf_Ehdr macro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Ddl.c34 Elf_Ehdr *e = ehdr;
55 Elf_Ehdr *e = ehdr;
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl.c30 Elf_Ehdr *e = ehdr;
165 Elf_Ehdr *e = ehdr;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h2336 typedef Elf32_Ehdr Elf_Ehdr; typedef
2359 typedef Elf64_Ehdr Elf_Ehdr; typedef

Completed in 59 milliseconds