Lines Matching full:sections
39 SECTIONS command
42 A ``SECTIONS`` command looks like:
46 SECTIONS {
55 When the ``INSERT`` keyword is present, the ``SECTIONS`` command describes some
56 output sections which should be inserted after or before the specified anchor
57 section. The insertion occurs after input sections have been mapped to output
58 sections but before orphan sections have been processed.
60 In the case where no linker script has been provided or every ``SECTIONS``
102 retain such sections unless all the symbol assignments are unreferenced
107 preceding output section with non-empty input sections also has the SHF_WRITE
129 ``ALIGN(section_align)`` and the maximum alignment of the input sections in
159 Overwrite sections
172 Unlike a ``SECTIONS`` command, ``OVERWRITE_SECTIONS`` does not specify a
175 If a described output section description also appears in a ``SECTIONS``
190 segment when ``-z relro`` (default) is in effect. Sections between
194 writable but non-RELRO sections. LLD ignores ``offset`` and ``exp`` and aligns
204 The flag ``--enable-non-contiguous-regions`` allows input sections to spill to
206 region. Unlike GNU ld, ``/DISCARD/`` only matches previously-unmatched sections