Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c598 int wa, wb; in compare_symbols() local
611 wb = (sb->sym[0] == 'w') || (sb->sym[0] == 'W'); in compare_symbols()
612 if (wa != wb) in compare_symbols()
613 return wa - wb; in compare_symbols()
617 wb = may_be_linker_script_provide_symbol(sb); in compare_symbols()
618 if (wa != wb) in compare_symbols()
619 return wa - wb; in compare_symbols()
623 wb = prefix_underscores_count((const char *)sb->sym + 1); in compare_symbols()
624 if (wa != wb) in compare_symbols()
625 return wa - wb; in compare_symbols()