Home
last modified time | relevance | path

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

/scripts/mod/
A Dsymsearch.c26 unsigned int table_size; member
70 unsigned int table_size) in symsearch_populate() argument
76 if (table_size-- == 0) in symsearch_populate()
94 if (table_size != 0) in symsearch_populate()
116 for (unsigned int i = 1; i < table_size; i++) { in symsearch_fixup()
126 unsigned int table_size = symbol_count(elf); in symsearch_init() local
129 sizeof(struct syminfo) * table_size); in symsearch_init()
130 elf->symsearch->table_size = table_size; in symsearch_init()
133 qsort(elf->symsearch->table, table_size, in symsearch_init()
157 unsigned int hi = elf->symsearch->table_size; in symsearch_find_nearest()
[all …]
/scripts/
A Dkallsyms.c58 static unsigned int table_size, table_cnt; variable
268 if (table_cnt >= table_size) { in read_map()
269 table_size += 10000; in read_map()
270 table = xrealloc(table, sizeof(*table) * table_size); in read_map()

Completed in 5 milliseconds