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

  /external/elfutils/libelf/
elf_getarsym.c 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;
192 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len);
193 if (elf->state.ar.ar_sym != NULL)
203 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym,
207 free (elf->state.ar.ar_sym);
208 elf->state.ar.ar_sym = NULL;
212 elf->state.ar.ar_sym = newp;
214 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1)
    [all...]
elf_end.c 92 if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l)
93 free (elf->state.ar.ar_sym);
94 elf->state.ar.ar_sym = NULL;
libelfP.h 401 Elf_Arsym *ar_sym; /* Symbol table returned by elf_getarsym. */ member in struct:Elf::__anon7969::__anon7973
402 size_t ar_sym_num; /* Number of entries in `ar_sym'. */

Completed in 44 milliseconds