Home | History | Annotate | Download | only in bfd

Lines Matching defs:sym1

2741 /* Return -1, 0, 1 indicating the relative ordering of sym1 and sym2.
2750 asymbol **sym1 = (asymbol **) arg1;
2756 if ((*sym1)->flags & BSF_SECTION_SYM)
2757 count1 = (*sym1)->udata.i;
2759 count1 = som_symbol_data (*sym1)->reloc_count;