Searched refs:Elf32_Ehdr (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf_extended.c68 ((Elf32_Ehdr *) eh)->e_shnum = shnum;
98 ((Elf32_Ehdr *) eh)->e_shstrndx = shstrndx;
127 ((Elf32_Ehdr *) eh)->e_phnum = phnum;
H A Dgelf_ehdr.c36 Elf32_Ehdr *
52 Elf32_Ehdr *eh32;
92 Elf32_Ehdr *
120 Elf32_Ehdr *eh32;
143 eh32 = (Elf32_Ehdr *) ehdr;
H A Dlibelf_ehdr.c175 phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
176 shnum = ((Elf32_Ehdr *) ehdr)->e_shnum;
177 shoff = ((Elf32_Ehdr *) ehdr)->e_shoff;
178 strndx = ((Elf32_Ehdr *) ehdr)->e_shstrndx;
H A Dgelf_phdr.c50 Elf32_Ehdr *eh32;
146 phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
H A Dlibelf_phdr.c42 Elf32_Ehdr *eh32;
69 eh32 = (Elf32_Ehdr *) ehdr;
H A Delf32.h70 } Elf32_Ehdr; typedef in typeref:struct:__anon14
H A Delf_scn.c47 Elf32_Ehdr *eh32;
71 eh32 = (Elf32_Ehdr *) ehdr;
H A Dlibelf.h222 Elf32_Ehdr *elf32_getehdr(Elf *_elf);
225 Elf32_Ehdr *elf32_newehdr(Elf *_elf);
H A D_libelf.h104 Elf32_Ehdr *e_ehdr32;
H A Delf_update.c329 Elf32_Ehdr *eh32;
630 Elf32_Ehdr *eh32;
650 eh32 = (Elf32_Ehdr *) ehdr;

Completed in 16 milliseconds