Lines Matching refs:section_order
19188 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()
19836 tcc_free(section_order); in tcc_output_file()