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

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

Completed in 296 milliseconds