Absolute address. The load address of the region is specified
by the base designator. This is the default, unless you use PI or RELOC.
ALIGN alignment
Increase the alignment constraint for the load region
from 4 to alignment. alignment must
be a positive power of 2. If the load region has a base_address then
this must be alignment aligned.
If the load region has a +offset then
the linker aligns the calculated base address of the region to an alignment boundary.
This can also affect the offset in the ELF file. For example,
the following causes the data for FOO to be written
out at 4k offset into the ELF file:
FOO +4 ALIGN 4096
NOCOMPRESS
RW data compression is enabled by default. The NOCOMPRESS keyword enables
you to specify that the contents of a load region must not be compressed
in the final image.
OVERLAY
The OVERLAY keyword enables you to have
multiple load regions at the same address. ARM tools do not provide
an overlay mechanism. To use multiple load regions at the same address,
you must provide your own overlay manager.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.