Lines Matching full:sections
78 for (spp = &abfd->sections; *spp; spp = &(*spp)->next)
285 /* This is called after all input sections have been opened to convert
295 /* Now search the input files looking for instruction table sections. */
298 asection *sec = f->the_bfd->sections;
302 sections as we iterate. */
414 /* This is called after the sections have been attached to output
415 sections, but before any sizes or addresses have been set. */
570 asection **sections;
619 /* This is used to keep a list of all of the sections participating in
639 new_sections[i] = deps->sections[i];
641 if (deps->sections != NULL)
642 free (deps->sections);
643 deps->sections = new_sections;
646 deps->sections[deps->count] = sec;
657 asection *sec = deps->sections[i];
680 if (deps->sections)
681 free (deps->sections);
1219 deps->sections = NULL;
1290 a matching set of linkonce sections is taken from the same object file,
1292 linkonce sections are not present in all files. Stripping the
1293 inconsistent sections like this is not completely robust -- a much
1450 *(.init) output sections and *(.fini) specs may NOT be reordered. */
1513 of the wild literal sections to a new list, then move each of
1566 /* Now place them back in front of their dependent sections. */
1801 asection *sec = deps->sections[i];