Searched refs:sa (Results 1 – 1 of 1) sorted by relevance
696 const struct sym_entry *sa = *(const struct sym_entry **)a; in compare_symbols() local701 if (sa->addr > sb->addr) in compare_symbols()703 if (sa->addr < sb->addr) in compare_symbols()707 wa = (sa->sym[0] == 'w') || (sa->sym[0] == 'W'); in compare_symbols()713 wa = may_be_linker_script_provide_symbol(sa); in compare_symbols()719 wa = strspn(sym_name(sa), "_"); in compare_symbols()725 return sa->start_pos - sb->start_pos; in compare_symbols()