Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c594 static int compare_symbols(const void *a, const void *b) in compare_symbols() function
633 qsort(table, table_cnt, sizeof(struct sym_entry), compare_symbols); in sort_symbols()