Home | History | Annotate | Download | only in info

Lines Matching full:lma

2143 "LMA", or load memory address.  This is the address at which the
2148 based system). In this case the ROM address would be the LMA, and the
2915 [AT(LMA)]
3457 [AT(LMA)]
3474 * Output Section LMA:: Output section LMA
3483 File: ld.info, Node: Output Section Type, Next: Output Section LMA, Up: Output Section Attributes
3516 File: ld.info, Node: Output Section LMA, Next: Forced Output Alignment, Prev: Output Section Type, Up: Output Section Attributes
3518 3.6.8.2 Output Section LMA
3521 Every section has a virtual address (VMA) and a load address (LMA); see
3526 The expression LMA that follows the `AT' keyword specifies the load
3535 the linker will set the LMA such that the difference between VMA and
3536 LMA for the section is the same as the preceding output section in the
3538 not allocatable, the linker will set the LMA equal to the VMA. *Note
3547 shows that the location counter holds the VMA value, not the LMA value.
3579 File: ld.info, Node: Forced Output Alignment, Next: Forced Input Alignment, Prev: Output Section LMA, Up: Output Section Attributes
3970 LMA::). The `AT' command for a program header overrides the output
4658 Return the absolute LMA of the named SECTION. This is normally
4661 LMA::).
7075 * AT(LMA): Output Section LMA. (line 6)
7076 * AT>LMA_REGION: Output Section LMA. (line 6)
7220 * initialized data in ROM: Output Section LMA. (line 26)
7268 * load address: Output Section LMA. (line 6)
7398 * ROM initialized data: Output Section LMA. (line 26)
7422 * section load address: Output Section LMA. (line 6)
7563 Node: Output Section LMA150501