Searched refs:ar_sym (Results 1 – 4 of 4) sorted by relevance
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 …]
92 if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l)93 free (elf->state.ar.ar_sym);94 elf->state.ar.ar_sym = NULL;
396 Elf_Arsym *ar_sym; /* Symbol table returned by elf_getarsym. */ member
377 * elf_end.c (elf_end): Don't free ELF->state.ar.ar_sym when it's -1l.