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

/external/valgrind/perf/
H A Dtinycc.c19190 const int *section_order)
19197 s = s1->sections[section_order[i]];
19218 int *section_order;
19238 section_order = NULL;
19417 section_order = tcc_malloc(sizeof(int) * shnum);
19418 section_order[0] = 0;
19540 section_order[sh_order_index++] = i;
19686 section_order[sh_order_index++] = i;
19793 s = s1->sections[section_order[i]];
19831 tcc_output_binary(s1, f, section_order);
19187 tcc_output_binary(TCCState *s1, FILE *f, const int *section_order) argument
19216 int *section_order; local
[all...]

Completed in 720 milliseconds