Searched defs:nb_syms (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c18172 int *ptr, *hash, nb_syms, sym_index, h;
18176 nb_syms = s->data_offset / sizeof(Elf32_Sym);
18179 ptr = section_ptr_add(s->hash, (2 + nb_buckets + nb_syms) * sizeof(int));
18181 ptr[1] = nb_syms;
18188 for(sym_index = 1; sym_index < nb_syms; sym_index++) {
18429 int nb_syms, i;
18435 nb_syms = s->data_offset / sizeof(Elf32_Sym);
18436 new_syms = tcc_malloc(nb_syms * sizeof(Elf32_Sym));
18437 old_to_new_syms = tcc_malloc(nb_syms * sizeof(int));
18442 for(i = 0; i < nb_syms;
18170 int *ptr, *hash, nb_syms, sym_index, h; local
18427 int nb_syms, i; local
19364 int nb_syms; local
19866 int size, i, j, offset, offseti, nb_syms, sym_index, ret; local
20215 int i, nb_syms, nb_dts, sym_bind, ret; local
[all...]

Completed in 116 milliseconds