Lines Matching refs:psyms
2701 void *psyms; in mark_functions_via_relocs() local
2715 psyms = &symtab_hdr->contents; in mark_functions_via_relocs()
2734 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, sec->owner)) in mark_functions_via_relocs()
2995 Elf_Internal_Sym *syms, *sy, **psyms, **psy; in discover_functions() local
3027 psyms = bfd_malloc ((symcount + 1) * sizeof (*psyms)); in discover_functions()
3028 if (psyms == NULL) in discover_functions()
3030 psym_arr[bfd_idx] = psyms; in discover_functions()
3035 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy) in discover_functions()
3045 symcount = psy - psyms; in discover_functions()
3051 qsort (psyms, symcount, sizeof (*psyms), sort_syms); in discover_functions()
3054 for (psy = psyms; psy < psyms + symcount; ) in discover_functions()
3059 for (psy2 = psy; ++psy2 < psyms + symcount; ) in discover_functions()
3072 for (psy = psyms; psy < psyms + symcount; ++psy) in discover_functions()
3112 Elf_Internal_Sym *syms, *sy, **psyms, **psy; in discover_functions() local
3115 if ((psyms = psym_arr[bfd_idx]) == NULL) in discover_functions()
3131 for (psy = psyms; (sy = *psy) != NULL; ++psy) in discover_functions()