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

/gem5/ext/libelf/
H A Delf_getarsym.c32 Elf_Arsym *
36 Elf_Arsym *symtab;
H A D_libelf.h99 Elf_Arsym *e_symtab;
169 Elf_Arsym *_libelf_ar_process_symtab(Elf *_ar, size_t *_dst);
H A Dlibelf_ar.c417 Elf_Arsym *
421 Elf_Arsym *symtab, *sym;
444 if ((symtab = malloc(sizeof(Elf_Arsym) * (nentries+1))) == NULL) {
H A Dlibelf.h143 * An `Elf_Arsym' describes an entry in the archive
150 } Elf_Arsym; typedef in typeref:struct:__anon51
195 Elf_Arsym *elf_getarsym(Elf *_elf, size_t *_ptr);

Completed in 8 milliseconds