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

/linux-master/scripts/
H A Dsorttable.h102 struct orc_entry *g_orc_table; variable in typeref:struct:orc_entry
130 orc_a = g_orc_table + (a - g_orc_ip_table);
170 memcpy(tmp_orc_table, g_orc_table, orc_size);
180 g_orc_table[i] = tmp_orc_table[idxs[i]];
347 g_orc_table = (struct orc_entry *)((void *)ehdr +
354 if (!g_orc_ip_table || !g_orc_table) {

Completed in 192 milliseconds