Home | History | Annotate | Download | only in bfd

Lines Matching refs:psym

3857 	  asymbol **psym;
3863 for (i = 0, psym = abfd->outsymbols; i < count; i++, psym++)
3865 if ((*psym)->section != current)
3871 psymsec = psym;
3874 if (strcmp ((*psym)->name, current->name) == 0)
3876 csym = coff_symbol_from (abfd, *psym);
3885 /* Here *PSYM is the section symbol for CURRENT. */
3932 if (psym != psymsec)
3937 hold = *psym;
3938 for (pcopy = psym; pcopy > psymsec; pcopy--)