Lines Matching refs:sections
285 /* Object and core file sections. */
455 /* This structure is used to keep track of stabs in sections
965 sees a comdat section, it keeps only one of the sections with a
1172 /* Which section in the bfd; 0..n-1 as sections are created in a bfd. */
1219 sections called <<__CTOR_LIST__>> and relocate the data
1252 example, this is set for ELF .debug and .stab sections.
1273 /* When linking, duplicate sections of the same name should be
1280 should handle duplicate sections. */
1284 sections with the same name should simply be discarded. */
1288 should warn if there are any duplicate sections, although
1293 should warn if any duplicate sections are a different size. */
1297 should warn if any duplicate sections contain different
1337 sections. */
1376 output sections that have an input section. */
1390 /* Mark sections which have been allocated to segments. */
1434 /* For input sections, the original size on disk of the section, in
1436 changed by linker relaxation. It is required for sections where
1440 section multiple times. For output sections, rawsize holds the
1534 a list of input sections attached to an output section. Later,
1535 output sections use these fields for a list of bfd_link_order
1554 /* These sections are global, and are managed by BFD. The application
1556 these sections. */
1583 /* Macros to handle insertion and deletion of a bfd's sections. These
1595 (ABFD)->sections = _next; \
1616 _abfd->sections = _s; \
1627 if (_abfd->sections) \
1629 _s->next = _abfd->sections; \
1630 _abfd->sections->prev = _s; \
1637 _abfd->sections = _s; \
1667 (ABFD)->sections = _s; \
3245 entries in .init_array sections. */
3916 two sections. */
4375 the --gc-sections option is given, the linker will zero out the entries
5267 instead, except that some symbols point to the global sections
5388 sections for undefined and absolute symbols. */
5550 /* The sections in this BFD specify a memory page. */
5562 /* Compress sections in this BFD. */
5565 /* Decompress sections in this BFD. */
5595 /* Pointer to linked list of sections. */
5596 struct bfd_section *sections;
5601 /* The number of sections. */
5918 struct bfd_section *sections;
6334 /* Remove sections that are not referenced from the output. */
6342 /* Attempt to merge SEC_MERGE sections. */