Home | History | Annotate | Download | only in bfd

Lines Matching refs:all_local_syms

949     Elf_Internal_Sym **all_local_syms;
1706 Elf_Internal_Sym *local_syms, **all_local_syms;
1713 all_local_syms = bfd_zmalloc (amt);
1714 htab->all_local_syms = all_local_syms;
1715 if (all_local_syms == NULL)
1743 all_local_syms[bfd_indx] = local_syms;
1773 if (htab->all_local_syms)
1797 local_syms = htab->all_local_syms[bfd_indx];
1993 free (htab->all_local_syms);
1997 free (htab->all_local_syms);