Lines Matching full:all_local_syms
275 Elf_Internal_Sym **all_local_syms;
2680 Elf_Internal_Sym *local_syms, **all_local_syms;
2691 all_local_syms = bfd_zmalloc (amt);
2692 htab->all_local_syms = all_local_syms;
2693 if (all_local_syms == NULL)
2723 all_local_syms[bfd_indx] = local_syms;
2854 if (htab->all_local_syms)
2886 local_syms = htab->all_local_syms[bfd_indx];
3083 free (htab->all_local_syms);
3087 free (htab->all_local_syms);