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

/scripts/
H A Dkallsyms.c55 static unsigned int table_size, table_cnt; variable
233 if (table_cnt >= table_size) {
241 if (read_symbol(in, &table[table_cnt]) == 0) {
242 table[table_cnt].start_pos = table_cnt;
243 table_cnt++;
314 for (i = 0; i < table_cnt; i++) {
329 printf("\tPTR\t%d\n", table_cnt);
334 markers = malloc(sizeof(unsigned int) * ((table_cnt + 255) / 256));
343 for (i = 0; i < table_cnt;
[all...]

Completed in 1013 milliseconds