Lines Matching refs:sections
267 /* The sections in this BFD specify a memory page. */
334 /* Object and core file sections. */
488 /* This structure is used to keep track of stabs in sections
936 sees a comdat section, it keeps only one of the sections with a
1131 /* Which section in the bfd; 0..n-1 as sections are created in a bfd. */
1178 sections called <<__CTOR_LIST__>> and relocate the data
1211 example, this is set for ELF .debug and .stab sections.
1232 /* When linking, duplicate sections of the same name should be
1239 should handle duplicate sections. */
1243 sections with the same name should simply be discarded. */
1247 should warn if there are any duplicate sections, although
1252 should warn if any duplicate sections are a different size. */
1256 should warn if any duplicate sections contain different
1296 sections. */
1326 output sections that have an input section. */
1335 /* Mark sections which have been allocated to segments. */
1384 /* For input sections, the original size on disk of the section, in
1386 currently only set for sections where the linker relaxation scheme
1390 For output sections, rawsize holds the section size calculated on
1474 a list of input sections attached to an output section. Later,
1475 output sections use these fields for a list of bfd_link_order
1483 /* These sections are global, and are managed by BFD. The application
1485 these sections. New code should use the section_ptr macros rather
1486 than referring directly to the const sections. The const sections
1515 /* Macros to handle insertion and deletion of a bfd's sections. These
1527 (ABFD)->sections = _next; \
1548 _abfd->sections = _s; \
1559 if (_abfd->sections) \
1561 _s->next = _abfd->sections; \
1562 _abfd->sections->prev = _s; \
1569 _abfd->sections = _s; \
1599 (ABFD)->sections = _s; \
2947 entries in .init_array sections. */
3507 two sections. */
3858 the --gc-sections option is given, the linker will zero out the entries
4309 instead, except that some symbols point to the global sections
4412 sections for undefined and absolute symbols. */
4544 /* Pointer to linked list of sections. */
4545 struct bfd_section *sections;
4550 /* The number of sections. */
4816 struct bfd_section *sections;
5199 /* Remove sections that are not referenced from the output. */
5202 /* Attempt to merge SEC_MERGE sections. */