Searched refs:table_size (Results 1 – 2 of 2) sorted by relevance
26 unsigned int table_size; member70 unsigned int table_size) in symsearch_populate() argument76 if (table_size-- == 0) in symsearch_populate()94 if (table_size != 0) in symsearch_populate()113 static void symsearch_fixup(struct syminfo *table, unsigned int table_size) in symsearch_fixup() argument116 for (unsigned int i = 1; i < table_size; i++) { in symsearch_fixup()126 unsigned int table_size = symbol_count(elf); in symsearch_init() local129 sizeof(struct syminfo) * table_size)); in symsearch_init()130 elf->symsearch->table_size = table_size; in symsearch_init()132 symsearch_populate(elf, elf->symsearch->table, table_size); in symsearch_init()[all …]
63 static unsigned int table_size, table_cnt; variable277 if (table_cnt >= table_size) { in read_map()278 table_size += 10000; in read_map()279 table = realloc(table, sizeof(*table) * table_size); in read_map()