Home | History | Annotate | Download | only in bfd

Lines Matching defs:sym2

2741 /* Return -1, 0, 1 indicating the relative ordering of sym1 and sym2.
2751 asymbol **sym2 = (asymbol **) arg2;
2761 if ((*sym2)->flags & BSF_SECTION_SYM)
2762 count2 = (*sym2)->udata.i;
2764 count2 = som_symbol_data (*sym2)->reloc_count;