Home
last modified time | relevance | path

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

/scripts/
Dkallsyms.c693 int wa, wb; in compare_symbols() local
702 wa = (sa->sym[0] == 'w') || (sa->sym[0] == 'W'); in compare_symbols()
704 if (wa != wb) in compare_symbols()
705 return wa - wb; in compare_symbols()
708 wa = may_be_linker_script_provide_symbol(sa); in compare_symbols()
710 if (wa != wb) in compare_symbols()
711 return wa - wb; in compare_symbols()
714 wa = strspn(sym_name(sa), "_"); in compare_symbols()
716 if (wa != wb) in compare_symbols()
717 return wa - wb; in compare_symbols()