Lines Matching refs:psyms
2700 void *psyms; in mark_functions_via_relocs() local
2714 psyms = &symtab_hdr->contents; in mark_functions_via_relocs()
2733 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, sec->owner)) in mark_functions_via_relocs()
2994 Elf_Internal_Sym *syms, *sy, **psyms, **psy; in discover_functions() local
3026 psyms = bfd_malloc ((symcount + 1) * sizeof (*psyms)); in discover_functions()
3027 if (psyms == NULL) in discover_functions()
3029 psym_arr[bfd_idx] = psyms; in discover_functions()
3034 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy) in discover_functions()
3044 symcount = psy - psyms; in discover_functions()
3050 qsort (psyms, symcount, sizeof (*psyms), sort_syms); in discover_functions()
3053 for (psy = psyms; psy < psyms + symcount; ) in discover_functions()
3058 for (psy2 = psy; ++psy2 < psyms + symcount; ) in discover_functions()
3071 for (psy = psyms; psy < psyms + symcount; ++psy) in discover_functions()
3111 Elf_Internal_Sym *syms, *sy, **psyms, **psy; in discover_functions() local
3114 if ((psyms = psym_arr[bfd_idx]) == NULL) in discover_functions()
3130 for (psy = psyms; (sy = *psy) != NULL; ++psy) in discover_functions()