Home
last modified time | relevance | path

Searched refs:Elf_Arsym (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/0.153/libelf/
Delf_getarsym.c69 Elf_Arsym *
86 if (elf->state.ar.ar_sym == (Elf_Arsym *) -1l)
93 Elf_Arsym *result = elf->state.ar.ar_sym;
100 elf->state.ar.ar_sym = (Elf_Arsym *) -1l;
191 size_t ar_sym_len = (n + 1) * sizeof (Elf_Arsym);
192 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len);
203 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym,
248 Elf_Arsym *arsym = elf->state.ar.ar_sym;
Dlibelf.h171 } Elf_Arsym; typedef
343 extern Elf_Arsym *elf_getarsym (Elf *__elf, size_t *__narsyms);
Delf_end.c92 if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l)
DlibelfP.h396 Elf_Arsym *ar_sym; /* Symbol table returned by elf_getarsym. */
/external/elfutils/0.153/src/
Dnm.c461 Elf_Arsym *arsym = elf_getarsym (elf, NULL); in handle_ar()
Dreadelf.c8454 const Elf_Arsym *arsym = elf_getarsym (elf, &narsym); in dump_archive_index()
8471 for (const Elf_Arsym *s = arsym; s < &arsym[narsym - 1]; ++s) in dump_archive_index()
Dldgeneric.c1889 Elf_Arsym *syms; in extract_from_archive()