Lines Matching refs:sections
278 /* Object and core file sections. */
446 /* This structure is used to keep track of stabs in sections
952 sees a comdat section, it keeps only one of the sections with a
1158 /* Which section in the bfd; 0..n-1 as sections are created in a bfd. */
1205 sections called <<__CTOR_LIST__>> and relocate the data
1238 example, this is set for ELF .debug and .stab sections.
1259 /* When linking, duplicate sections of the same name should be
1266 should handle duplicate sections. */
1270 sections with the same name should simply be discarded. */
1274 should warn if there are any duplicate sections, although
1279 should warn if any duplicate sections are a different size. */
1283 should warn if any duplicate sections contain different
1323 sections. */
1357 output sections that have an input section. */
1371 /* Mark sections which have been allocated to segments. */
1415 /* For input sections, the original size on disk of the section, in
1417 changed by linker relaxation. It is required for sections where
1421 section multiple times. For output sections, rawsize holds the
1515 a list of input sections attached to an output section. Later,
1516 output sections use these fields for a list of bfd_link_order
1535 /* These sections are global, and are managed by BFD. The application
1537 these sections. New code should use the section_ptr macros rather
1538 than referring directly to the const sections. The const sections
1567 /* Macros to handle insertion and deletion of a bfd's sections. These
1579 (ABFD)->sections = _next; \
1600 _abfd->sections = _s; \
1611 if (_abfd->sections) \
1613 _s->next = _abfd->sections; \
1614 _abfd->sections->prev = _s; \
1621 _abfd->sections = _s; \
1651 (ABFD)->sections = _s; \
3100 entries in .init_array sections. */
3766 two sections. */
4173 the --gc-sections option is given, the linker will zero out the entries
4786 instead, except that some symbols point to the global sections
4907 sections for undefined and absolute symbols. */
5069 /* The sections in this BFD specify a memory page. */
5081 /* Compress sections in this BFD. */
5084 /* Decompress sections in this BFD. */
5111 /* Pointer to linked list of sections. */
5112 struct bfd_section *sections;
5117 /* The number of sections. */
5417 struct bfd_section *sections;
5821 /* Remove sections that are not referenced from the output. */
5824 /* Attempt to merge SEC_MERGE sections. */