Home | History | Annotate | Download | only in bfd

Lines Matching refs:all_local_syms

334   Elf_Internal_Sym *local_syms, **all_local_syms;
357 all_local_syms = (Elf_Internal_Sym **) bfd_zmalloc (amt);
358 if (all_local_syms == NULL)
385 free (all_local_syms);
389 all_local_syms[bfd_indx] = local_syms;
406 local_syms = all_local_syms[bfd_indx];
565 free (all_local_syms);
569 free (all_local_syms);