HomeSort by relevance Sort by last modified time
    Searched refs:Elf_Arsym (Results 1 - 7 of 7) sorted by null

  /external/elfutils/libelf/
elf_getarsym.c 34 Elf_Arsym *
39 Elf_Arsym *result;
53 if (elf->state.ar.ar_sym == (Elf_Arsym *) -1l)
69 Elf_Arsym *arsym;
75 elf->state.ar.ar_sym = (Elf_Arsym *) -1l;
163 ar_sym_len = (n + 1) * sizeof (Elf_Arsym);
164 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len);
173 Elf_Arsym *newp;
178 newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym,
libelf.h 136 } Elf_Arsym;
273 extern Elf_Arsym *elf_getarsym (Elf *__elf, size_t *__ptr);
libelfP.h 341 Elf_Arsym *ar_sym; /* Symbol table returned by elf_getarsym. */
  /external/elfutils/tests/
arsymtest.c 29 Elf_Arsym *arsym;
saridx.c 230 Elf_Arsym *arsym = elf_getarsym (elf, &n);
  /external/elfutils/src/
nm.c 443 Elf_Arsym *arsym = elf_getarsym (elf, NULL);
    [all...]
ldgeneric.c     [all...]

Completed in 296 milliseconds