Home | History | Annotate | Download | only in info

Lines Matching full:lma

1861 "LMA", or load memory address.  This is the address at which the
1866 based system). In this case the ROM address would be the LMA, and the
2462 [AT(LMA)] [ALIGN(SECTION_ALIGN)] [SUBALIGN(SUBSECTION_ALIGN)]
2974 [AT(LMA)] [ALIGN(SECTION_ALIGN)] [SUBALIGN(SUBSECTION_ALIGN)]
2987 * Output Section LMA:: Output section LMA
2995 File: ld.info, Node: Output Section Type, Next: Output Section LMA, Up: Output Section Attributes
3028 File: ld.info, Node: Output Section LMA, Next: Forced Output Alignment, Prev: Output Section Type, Up: Output Section Attributes
3030 3.6.8.2 Output Section LMA
3033 Every section has a virtual address (VMA) and a load address (LMA); see
3038 The linker will normally set the LMA equal to the VMA. You can
3039 change that by using the `AT' keyword. The expression LMA that follows
3054 shows that the location counter holds the VMA value, not the LMA value.
3086 File: ld.info, Node: Forced Output Alignment, Next: Forced Input Alignment, Prev: Output Section LMA, Up: Output Section Attributes
3464 LMA
4095 Return the absolute LMA of the named SECTION. This is normally
4098 LMA::).
6200 * AT(LMA): Output Section LMA. (line 6)
6201 * AT>LMA_REGION: Output Section LMA. (line 6)
6338 * initialized data in ROM: Output Section LMA. (line 21)
6383 * load address: Output Section LMA. (line 6)
6498 * ROM initialized data: Output Section LMA. (line 21)
6521 * section load address: Output Section LMA. (line 6)
6648 Node: Output Section LMA129767