Home | History | Annotate | Download | only in bfd

Lines Matching refs:psyms

2676   void *psyms;
2690 psyms = &symtab_hdr->contents;
2709 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, sec->owner))
2969 Elf_Internal_Sym *syms, *sy, **psyms, **psy;
3004 psyms = bfd_malloc ((symcount + 1) * sizeof (*psyms));
3005 if (psyms == NULL)
3007 psym_arr[bfd_idx] = psyms;
3012 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy)
3022 symcount = psy - psyms;
3028 qsort (psyms, symcount, sizeof (*psyms), sort_syms);
3031 for (psy = psyms; psy < psyms + symcount; )
3036 for (psy2 = psy; ++psy2 < psyms + symcount; )
3049 for (psy = psyms; psy < psyms + symcount; ++psy)
3089 Elf_Internal_Sym *syms, *sy, **psyms, **psy;
3092 if ((psyms = psym_arr[bfd_idx]) == NULL)
3108 for (psy = psyms; (sy = *psy) != NULL; ++psy)