The linker reuses veneers whenever possible, but there are
some limitations on the reuse of veneers in protected load regions
and overlaid execution regions.
A scatter file enables you to create regions that share the
same area of RAM:
If
you use the PROTECTED keyword for a load region
it prevents:
overlapping
of load regions
veneer sharing
string sharing with the --merge option.
If you use the OVERLAY keyword
for a region, no other execution region can reuse a veneer placed
in an overlay execution region.
If it is not possible to reuse a veneer, new veneers are created
instead. Unless you have instructed the linker to place veneers
somewhere specific using scatter-loading, a veneer is always placed in
the execution region that contains the call requiring the veneer.
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.