Home | History | Annotate | Download | only in info

Lines Matching full:lma

2031 "LMA", or load memory address.  This is the address at which the
2036 based system). In this case the ROM address would be the LMA, and the
2661 [AT(LMA)] [ALIGN(SECTION_ALIGN)] [SUBALIGN(SUBSECTION_ALIGN)]
3198 [AT(LMA)] [ALIGN(SECTION_ALIGN)] [SUBALIGN(SUBSECTION_ALIGN)]
3211 * Output Section LMA:: Output section LMA
3219 File: ld.info, Node: Output Section Type, Next: Output Section LMA, Up: Output Section Attributes
3252 File: ld.info, Node: Output Section LMA, Next: Forced Output Alignment, Prev: Output Section Type, Up: Output Section Attributes
3254 3.6.8.2 Output Section LMA
3257 Every section has a virtual address (VMA) and a load address (LMA); see
3262 The expression LMA that follows the `AT' keyword specifies the load
3271 the linker will set the LMA such that the difference between VMA and
3272 LMA for the section is the same as the preceding output section in the
3274 not allocatable, the linker will set the LMA equal to the VMA. *Note
3283 shows that the location counter holds the VMA value, not the LMA value.
3315 File: ld.info, Node: Forced Output Alignment, Next: Forced Input Alignment, Prev: Output Section LMA, Up: Output Section Attributes
3693 LMA::). The `AT' command for a program header overrides the output
4346 Return the absolute LMA of the named SECTION. This is normally
4349 LMA::).
6701 * AT(LMA): Output Section LMA. (line 6)
6702 * AT>LMA_REGION: Output Section LMA. (line 6)
6840 * initialized data in ROM: Output Section LMA. (line 26)
6888 * load address: Output Section LMA. (line 6)
7009 * ROM initialized data: Output Section LMA. (line 26)
7033 * section load address: Output Section LMA. (line 6)
7171 Node: Output Section LMA140329