Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_getarsym.c76 Elf_Arsym *
91 if (elf->state.ar.ar_sym == (Elf_Arsym *) -1l) in elf_getarsym()
98 Elf_Arsym *result = elf->state.ar.ar_sym; in elf_getarsym()
105 elf->state.ar.ar_sym = (Elf_Arsym *) -1l; in elf_getarsym()
189 || n >= SIZE_MAX / sizeof (Elf_Arsym) in elf_getarsym()
200 size_t ar_sym_len = (n + 1) * sizeof (Elf_Arsym); in elf_getarsym()
201 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len); in elf_getarsym()
219 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym, in elf_getarsym()
265 Elf_Arsym *arsym = elf->state.ar.ar_sym; in elf_getarsym()
Dlibelf.h212 } Elf_Arsym; typedef
448 extern Elf_Arsym *elf_getarsym (Elf *__elf, size_t *__narsyms);
Delf_end.c70 if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l) in elf_end()
DlibelfP.h387 Elf_Arsym *ar_sym; /* Symbol table returned by elf_getarsym. */
/external/elfutils/tests/
Darsymtest.c33 Elf_Arsym *arsym; in main()
Dsaridx.c234 Elf_Arsym *arsym = elf_getarsym (elf, &n); in main()
/external/elfutils/src/
Dnm.c436 Elf_Arsym *arsym = elf_getarsym (elf, NULL); in handle_ar()
Dreadelf.c12830 const Elf_Arsym *arsym = elf_getarsym (elf, &narsym); in dump_archive_index()
12847 for (const Elf_Arsym *s = arsym; s < &arsym[narsym - 1]; ++s) in dump_archive_index()