Searched refs:ar_sym (Results 1 – 4 of 4) sorted by relevance
93 if (elf->state.ar.ar_sym == (Elf_Arsym *) -1l)100 Elf_Arsym *result = elf->state.ar.ar_sym;107 elf->state.ar.ar_sym = (Elf_Arsym *) -1l;200 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len);201 if (elf->state.ar.ar_sym != NULL)216 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym,220 free (elf->state.ar.ar_sym);221 elf->state.ar.ar_sym = NULL;225 elf->state.ar.ar_sym = newp;227 char *new_str = (char *) (elf->state.ar.ar_sym + n + 1);[all …]
71 if (elf->state.ar.ar_sym != (Elf_Arsym *) -1l)72 free (elf->state.ar.ar_sym);73 elf->state.ar.ar_sym = NULL;
375 Elf_Arsym *ar_sym; /* Symbol table returned by elf_getarsym. */ member
627 * elf_end.c (elf_end): Don't free ELF->state.ar.ar_sym when it's -1l.