2013/04/11

ARM Scatter Loading Info

Image$$ execution region symbols
The following table shows the symbols that the linker generates for every execution region present in the image. All the symbols refer to execution addresses after the C library is initialized.

Table 4. Image$$ execution region symbols 
SymbolDescription
Image$$region_name$$BaseExecution address of the region.
Image$$region_name$$LengthExecution region length in bytes excluding ZI length.
Image$$region_name$$LimitAddress of the byte beyond the end of the non-ZI part of the execution region.
Image$$region_name$$RO$$BaseExecution address of the RO output section in this region.
Image$$region_name$$RO$$LengthLength of the RO output section in bytes.
Image$$region_name$$RO$$LimitAddress of the byte beyond the end of the RO output section in the execution region.
Image$$region_name$$RW$$BaseExecution address of the RW output section in this region.
Image$$region_name$$RW$$LengthLength of the RW output section in bytes.
Image$$region_name$$RW$$LimitAddress of the byte beyond the end of the RW output section in the execution region.
Image$$region_name$$ZI$$BaseExecution address of the ZI output section in this region.
Image$$region_name$$ZI$$LengthLength of the ZI output section in bytes.
Image$$region_name$$ZI$$LimitAddress of the byte beyond the end of the ZI output section in the execution region.

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...