Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c18425 int *old_to_new_syms; in sort_syms() local
18435 old_to_new_syms = tcc_malloc(nb_syms * sizeof(int)); in sort_syms()
18442 old_to_new_syms[i] = q - new_syms; in sort_syms()
18454 old_to_new_syms[i] = q - new_syms; in sort_syms()
18474 sym_index = old_to_new_syms[sym_index]; in sort_syms()
18480 tcc_free(old_to_new_syms); in sort_syms()
19868 int *old_to_new_syms; in tcc_load_object_file() local
19902 old_to_new_syms = NULL; in tcc_load_object_file()
20010 old_to_new_syms = tcc_mallocz(nb_syms * sizeof(int)); in tcc_load_object_file()
20025 old_to_new_syms[i] = sym_index; in tcc_load_object_file()
[all …]