Home | History | Annotate | Download | only in info

Lines Matching full:lma

2032 "LMA", or load memory address.  This is the address at which the
2037 based system). In this case the ROM address would be the LMA, and the
2662 [AT(LMA)] [ALIGN(SECTION_ALIGN)] [SUBALIGN(SUBSECTION_ALIGN)]
3199 [AT(LMA)] [ALIGN(SECTION_ALIGN)] [SUBALIGN(SUBSECTION_ALIGN)]
3212 * Output Section LMA:: Output section LMA
3220 File: ld.info, Node: Output Section Type, Next: Output Section LMA, Up: Output Section Attributes
3253 File: ld.info, Node: Output Section LMA, Next: Forced Output Alignment, Prev: Output Section Type, Up: Output Section Attributes
3255 3.6.8.2 Output Section LMA
3258 Every section has a virtual address (VMA) and a load address (LMA); see
3263 The expression LMA that follows the `AT' keyword specifies the load
3272 the linker will set the LMA such that the difference between VMA and
3273 LMA for the section is the same as the preceding output section in the
3275 not allocatable, the linker will set the LMA equal to the VMA. *Note
3284 shows that the location counter holds the VMA value, not the LMA value.
3316 File: ld.info, Node: Forced Output Alignment, Next: Forced Input Alignment, Prev: Output Section LMA, Up: Output Section Attributes
3694 LMA::). The `AT' command for a program header overrides the output
4347 Return the absolute LMA of the named SECTION. This is normally
4350 LMA::).
6713 * AT(LMA): Output Section LMA. (line 6)
6714 * AT>LMA_REGION: Output Section LMA. (line 6)
6853 * initialized data in ROM: Output Section LMA. (line 26)
6901 * load address: Output Section LMA. (line 6)
7022 * ROM initialized data: Output Section LMA. (line 26)
7046 * section load address: Output Section LMA. (line 6)
7184 Node: Output Section LMA140400