Home | History | Annotate | Download | only in bfd

Lines Matching refs:all_local_syms

93   Elf_Internal_Sym ** all_local_syms;
2984 Elf_Internal_Sym *local_syms, **all_local_syms;
2995 all_local_syms = bfd_zmalloc (amt);
2996 htab->all_local_syms = all_local_syms;
2997 if (all_local_syms == NULL)
3027 all_local_syms[bfd_indx] = local_syms;
3053 if (htab->all_local_syms)
3093 local_syms = htab->all_local_syms[bfd_indx];
3283 free (htab->all_local_syms);
3287 free (htab->all_local_syms);