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

/gem5/ext/libelf/
H A Dlibelf_extended.c70 ((Elf64_Ehdr *) eh)->e_shnum = shnum;
100 ((Elf64_Ehdr *) eh)->e_shstrndx = shstrndx;
129 ((Elf64_Ehdr *) eh)->e_phnum = phnum;
H A Dgelf_ehdr.c42 Elf64_Ehdr *
53 Elf64_Ehdr *eh64;
98 Elf64_Ehdr *
121 Elf64_Ehdr *eh64;
138 eh64 = (Elf64_Ehdr *) ehdr;
H A Dlibelf_ehdr.c180 phnum = ((Elf64_Ehdr *) ehdr)->e_phnum;
181 shnum = ((Elf64_Ehdr *) ehdr)->e_shnum;
182 shoff = ((Elf64_Ehdr *) ehdr)->e_shoff;
183 strndx = ((Elf64_Ehdr *) ehdr)->e_shstrndx;
H A Dgelf_phdr.c51 Elf64_Ehdr *eh64;
148 phnum = ((Elf64_Ehdr *) ehdr)->e_phnum;
H A Dlibelf_phdr.c43 Elf64_Ehdr *eh64;
73 eh64 = (Elf64_Ehdr *) ehdr;
H A Delf_scn.c48 Elf64_Ehdr *eh64;
75 eh64 = (Elf64_Ehdr *) ehdr;
H A Dlibelf.h235 Elf64_Ehdr *elf64_getehdr(Elf *_elf);
238 Elf64_Ehdr *elf64_newehdr(Elf *_elf);
H A D_libelf.h105 Elf64_Ehdr *e_ehdr64;
H A Delf64.h79 } Elf64_Ehdr; typedef in typeref:struct:__anon30
H A Dgelf.h48 typedef Elf64_Ehdr GElf_Ehdr; /* ELF header */
H A Delf_update.c330 Elf64_Ehdr *eh64;
631 Elf64_Ehdr *eh64;
656 eh64 = (Elf64_Ehdr *) ehdr;

Completed in 16 milliseconds