Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c18170 int *ptr, *hash, nb_syms, sym_index, h; in rebuild_hash() local
18174 nb_syms = s->data_offset / sizeof(Elf32_Sym); in rebuild_hash()
18177 ptr = section_ptr_add(s->hash, (2 + nb_buckets + nb_syms) * sizeof(int)); in rebuild_hash()
18179 ptr[1] = nb_syms; in rebuild_hash()
18186 for(sym_index = 1; sym_index < nb_syms; sym_index++) { in rebuild_hash()
18427 int nb_syms, i; in sort_syms() local
18433 nb_syms = s->data_offset / sizeof(Elf32_Sym); in sort_syms()
18434 new_syms = tcc_malloc(nb_syms * sizeof(Elf32_Sym)); in sort_syms()
18435 old_to_new_syms = tcc_malloc(nb_syms * sizeof(int)); in sort_syms()
18440 for(i = 0; i < nb_syms; i++) { in sort_syms()
[all …]