Home
last modified time | relevance | path

Searched refs:psy (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-spu.c2969 Elf_Internal_Sym *syms, *sy, **psyms, **psy; in discover_functions() local
3012 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy) in discover_functions()
3020 *psy++ = sy; in discover_functions()
3022 symcount = psy - psyms; in discover_functions()
3023 *psy = NULL; in discover_functions()
3031 for (psy = psyms; psy < psyms + symcount; ) in discover_functions()
3033 asection *s = psecs[*psy - syms]; in discover_functions()
3036 for (psy2 = psy; ++psy2 < psyms + symcount; ) in discover_functions()
3040 if (!alloc_stack_info (s, psy2 - psy)) in discover_functions()
3042 psy = psy2; in discover_functions()
[all …]