Searched refs:Elf_Arhdr (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libelf/
H A Delf_getarhdr.c32 Elf_Arhdr *
35 Elf_Arhdr *arh;
H A D_libelf.h79 Elf_Arhdr *e_arhdr; /* header for archive members */
166 Elf_Arhdr *_libelf_ar_gethdr(Elf *_e);
H A Dlibelf_ar.c213 Elf_Arhdr *
218 Elf_Arhdr *eh;
232 if ((eh = malloc(sizeof(Elf_Arhdr))) == NULL) {
H A Dlibelf.h129 * An `Elf_Arhdr' structure describes an archive
140 } Elf_Arhdr; typedef in typeref:struct:__anon50
194 Elf_Arhdr *elf_getarhdr(Elf *_elf);

Completed in 9 milliseconds