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)]
3210 * Output Section LMA:: Output section LMA
3218 File: ld.info, Node: Output Section Type, Next: Output Section LMA, Up: Output Section Attributes
3251 File: ld.info, Node: Output Section LMA, Next: Forced Output Alignment, Prev: Output Section Type, Up: Output Section Attributes
3253 3.6.8.2 Output Section LMA
3256 Every section has a virtual address (VMA) and a load address (LMA); see
3261 The expression LMA that follows the `AT' keyword specifies the load
3270 the linker will set the LMA such that the difference between VMA and
3271 LMA for the section is the same as the preceding output section in the
3273 not allocatable, the linker will set the LMA equal to the VMA. *Note
3282 shows that the location counter holds the VMA value, not the LMA value.
3314 File: ld.info, Node: Forced Output Alignment, Next: Forced Input Alignment, Prev: Output Section LMA, Up: Output Section Attributes
3692 LMA::). The `AT' command for a program header overrides the output
4344 Return the absolute LMA of the named SECTION. This is normally
4347 LMA::).
6708 * AT(LMA): Output Section LMA. (line 6)
6709 * AT>LMA_REGION: Output Section LMA. (line 6)
6848 * initialized data in ROM: Output Section LMA. (line 26)
6896 * load address: Output Section LMA. (line 6)
7017 * ROM initialized data: Output Section LMA. (line 26)
7041 * section load address: Output Section LMA. (line 6)
7179 Node: Output Section LMA140404