Lines Matching refs:nb_sections
2431 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()
19452 i == (s1->nb_sections - 1)) { in tcc_output_file()
19508 for(i = 1; i < s1->nb_sections; i++) { in tcc_output_file()
19680 for(i = 1; i < s1->nb_sections; i++) { in tcc_output_file()
19706 for(i = 1; i < s1->nb_sections; i++) { in tcc_output_file()
19714 for(i = 1; i < s1->nb_sections; i++) { in tcc_output_file()
19790 for(i=1;i<s1->nb_sections;i++) { in tcc_output_file()
19809 for(i=0;i<s1->nb_sections;i++) { in tcc_output_file()
19941 for(j = 1; j < s1->nb_sections;j++) { in tcc_load_object_file()
20690 for(i = 1; i < s1->nb_sections; i++) { in tcc_relocate()
20705 for(i = 1; i < s1->nb_sections; i++) { in tcc_relocate()
20839 dynarray_add((void ***)&s->sections, &s->nb_sections, NULL); in tcc_new()
20889 for(i = 1; i < s1->nb_sections; i++) in tcc_delete()