Lines Matching defs:sections

714 /* Version definition sections.  */
1171 /* Entries found in sections of type SHT_MIPS_GPTAB. */
1187 /* Entry found in sections of type SHT_MIPS_REGINFO. */
1196 /* Entries found in sections of type SHT_MIPS_OPTIONS. */
1386 /* Entries found in sections of type SHT_MIPS_LIBLIST. */
1417 /* Entries found in sections of type SHT_MIPS_CONFLICT. */
2332 static Section *text_section, *data_section, *bss_section; /* predefined sections */
2338 /* bound check related sections */
2341 /* symbol sections */
2344 /* debug sections */
2431 /* sections */
2432 Section **sections;
2433 int nb_sections; /* number of sections, including first dummy section */
2443 /* temporary dynamic symbol sections (for dll loading) */
6845 dynarray_add((void ***)&s1->sections, &s1->nb_sections, sec);
6896 sec = s1->sections[i];
6900 /* sections are created as PROGBITS */
17383 sec = st->sections[s->r];
18468 sr = s1->sections[i];
18554 sym->st_value += s1->sections[sym->st_shndx]->sh_addr;
18711 s = s1->sections[sr->sh_info];
18928 s = s1->sections[i];
19123 sections are filled (for example after allocating common
19148 /* add start and stop symbols for sections whose name can be
19151 s = s1->sections[i];
19197 s = s1->sections[section_order[i]];
19212 /* XXX: suppress unneeded sections */
19413 /* compute number of sections */
19416 /* this array is used to reorder sections in the output file */
19443 s = s1->sections[i];
19455 /* we output all sections if debug or object file */
19511 s = s1->sections[i];
19659 sym->st_value += s1->sections[sym->st_shndx]->sh_addr;
19681 /* all other sections come after */
19683 s = s1->sections[i];
19706 /* relocate sections */
19707 /* XXX: ignore sections with allocated relocations ? */
19709 s = s1->sections[i];
19717 s = s1->sections[i];
19793 s = s1->sections[section_order[i]];
19814 s = s1->sections[i];
19894 /* read sections */
19935 /* ignore sections types we do not handle */
19944 s = s1->sections[j];
19981 /* concatenate sections */
19995 sections */
20007 s1->sections[s->sh_info]->reloc = s;
20233 /* read sections */
20693 s = s1->sections[i];
20708 s = s1->sections[i];
20841 dynarray_add((void ***)&s->sections, &s->nb_sections, NULL);
20843 /* create standard sections */
20883 /* free all sections */
20892 free_section(s1->sections[i]);
20893 tcc_free(s1->sections);
21142 /* if bound checking, then add corresponding sections */
21147 /* create bounds sections */
21159 /* add debug sections */