Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2431 int nb_sections; /* number of sections, including first dummy section */ member
6842 sec->sh_num = s1->nb_sections; in new_section()
6843 dynarray_add((void ***)&s1->sections, &s1->nb_sections, sec); in new_section()
6893 for(i = 1; i < s1->nb_sections; i++) { in find_section()
18465 for(i = 1; i < s1->nb_sections; i++) { in sort_syms()
18925 for(i = 1; i < s1->nb_sections; i++) { in build_got_entries()
19148 for(i = 1; i < s1->nb_sections; i++) { in tcc_add_linker_symbols()
19194 for(i=1;i<s1->nb_sections;i++) { in tcc_output_binary()
19412 shnum = s1->nb_sections; in tcc_output_file()
19440 for(i = 1; i < s1->nb_sections; i++) { in tcc_output_file()
[all …]