Home
last modified time | relevance | path

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

/scripts/
A Dsorttable.c462 static struct orc_entry *g_orc_table; variable
490 orc_a = g_orc_table + (a - g_orc_ip_table); in orc_sort_cmp()
491 orc_b = g_orc_table + (b - g_orc_ip_table); in orc_sort_cmp()
533 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable()
543 g_orc_table[i] = tmp_orc_table[idxs[i]]; in sort_orctable()
1003 g_orc_table = (struct orc_entry *)((void *)ehdr + in do_sort()
1010 if (!g_orc_ip_table || !g_orc_table) { in do_sort()

Completed in 5 milliseconds