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

/freebsd-10-stable/lib/libelf/
H A Delf_getarsym.c34 Elf_Arsym *
38 Elf_Arsym *symtab;
H A D_libelf.h98 Elf_Arsym *e_symtab;
172 Elf_Arsym *_libelf_ar_process_symtab(Elf *_ar, size_t *_dst);
H A Dlibelf_ar.c208 Elf_Arsym *
212 Elf_Arsym *symtab, *sym;
235 if ((symtab = malloc(sizeof(Elf_Arsym) * (nentries+1))) == NULL) {
H A Dlibelf.h139 * An `Elf_Arsym' describes an entry in the archive
146 } Elf_Arsym; typedef in typeref:struct:__anon5832
192 Elf_Arsym *elf_getarsym(Elf *_elf, size_t *_ptr);
/freebsd-10-stable/contrib/gcc/
H A Dsys-types.h181 typedef int Elf_Arsym; typedef
H A Dsys-protos.h276 extern Elf_Arsym * elf_getarsym(Elf *, size_t *);

Completed in 110 milliseconds