ld: Output Section Attributes

1 
1 3.6.8 Output Section Attributes
1 -------------------------------
1 
1 We showed above that the full description of an output section looked
1 like this:
1 
1      SECTION [ADDRESS] [(TYPE)] :
1        [AT(LMA)]
1        [ALIGN(SECTION_ALIGN)]
1        [SUBALIGN(SUBSECTION_ALIGN)]
1        [CONSTRAINT]
1        {
1          OUTPUT-SECTION-COMMAND
1          OUTPUT-SECTION-COMMAND
1          ...
1        } [>REGION] [AT>LMA_REGION] [:PHDR :PHDR ...] [=FILLEXP]
1 
1    We've already described SECTION, ADDRESS, and OUTPUT-SECTION-COMMAND.
1 In this section we will describe the remaining section attributes.
1 

Menu