Home
last modified time | relevance | path

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

/scripts/
Dkallsyms.c698 int wa, wb; in compare_symbols() local
707 wa = (sa->sym[0] == 'w') || (sa->sym[0] == 'W'); in compare_symbols()
709 if (wa != wb) in compare_symbols()
710 return wa - wb; in compare_symbols()
713 wa = may_be_linker_script_provide_symbol(sa); in compare_symbols()
715 if (wa != wb) in compare_symbols()
716 return wa - wb; in compare_symbols()
719 wa = strspn(sym_name(sa), "_"); in compare_symbols()
721 if (wa != wb) in compare_symbols()
722 return wa - wb; in compare_symbols()