Home | History | Annotate | Download | only in perf

Lines Matching refs: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];
18467 sr = s1->sections[i];
18553 sym->st_value += s1->sections[sym->st_shndx]->sh_addr;
18710 s = s1->sections[sr->sh_info];
18927 s = s1->sections[i];
19122 sections are filled (for example after allocating common
19147 /* add start and stop symbols for sections whose name can be
19150 s = s1->sections[i];
19196 s = s1->sections[section_order[i]];
19211 /* XXX: suppress unneeded sections */
19412 /* compute number of sections */
19415 /* this array is used to reorder sections in the output file */
19442 s = s1->sections[i];
19454 /* we output all sections if debug or object file */
19510 s = s1->sections[i];
19658 sym->st_value += s1->sections[sym->st_shndx]->sh_addr;
19680 /* all other sections come after */
19682 s = s1->sections[i];
19705 /* relocate sections */
19706 /* XXX: ignore sections with allocated relocations ? */
19708 s = s1->sections[i];
19716 s = s1->sections[i];
19792 s = s1->sections[section_order[i]];
19813 s = s1->sections[i];
19893 /* read sections */
19934 /* ignore sections types we do not handle */
19943 s = s1->sections[j];
19980 /* concatenate sections */
19994 sections */
20006 s1->sections[s->sh_info]->reloc = s;
20232 /* read sections */
20692 s = s1->sections[i];
20707 s = s1->sections[i];
20840 dynarray_add((void ***)&s->sections, &s->nb_sections, NULL);
20842 /* create standard sections */
20882 /* free all sections */
20891 free_section(s1->sections[i]);
20892 tcc_free(s1->sections);
21141 /* if bound checking, then add corresponding sections */
21146 /* create bounds sections */
21158 /* add debug sections */