Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c19188 const int *section_order) in tcc_output_binary() argument
19195 s = s1->sections[section_order[i]]; in tcc_output_binary()
19216 int *section_order; in tcc_output_file() local
19236 section_order = NULL; in tcc_output_file()
19415 section_order = tcc_malloc(sizeof(int) * shnum); in tcc_output_file()
19416 section_order[0] = 0; in tcc_output_file()
19538 section_order[sh_order_index++] = i; in tcc_output_file()
19684 section_order[sh_order_index++] = i; in tcc_output_file()
19791 s = s1->sections[section_order[i]]; in tcc_output_file()
19829 tcc_output_binary(s1, f, section_order); in tcc_output_file()
[all …]