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 91 if (elf->state.ar.ar_sym == (Elf_Arsym *) -1l)
98 Elf_Arsym *result = elf->state.ar.ar_sym;
105 elf->state.ar.ar_sym = (Elf_Arsym *) -1l;
201 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len);
202 if (elf->state.ar.ar_sym != NULL)
219 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym,
223 free (elf->state.ar.ar_sym);
224 elf->state.ar.ar_sym = NULL;
228 elf->state.ar.ar_sym = newp;
230 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1)
    [all...]
elf_end.c 70 if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l)
71 free (elf->state.ar.ar_sym);
72 elf->state.ar.ar_sym = NULL;
libelfP.h 387 Elf_Arsym *ar_sym; /* Symbol table returned by elf_getarsym. */ member in struct:Elf::__anon10854::__anon10858
388 size_t ar_sym_num; /* Number of entries in `ar_sym'. */

Completed in 526 milliseconds