Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dkallsyms.c689 static int compare_symbols(const void *a, const void *b) in compare_symbols() function
725 qsort(table, table_cnt, sizeof(table[0]), compare_symbols); in sort_symbols()