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