You copied the Doc URL to your clipboard.
Input section symbols are generated by the linker for every input section present in the image.
The following table shows the input section symbols:
Symbol | Section type | Description |
---|---|---|
| Input | Address of the start of the consolidated section called . |
| Input | Length of the consolidated section called (in
bytes). |
| Input | Address of the byte beyond the end of the consolidated
section called . |
If your code refers to the input-section symbols, it is assumed that you expect all the input sections in the image with the same name to be placed contiguously in the image memory map.
If your scatter file places input sections non-contiguously, the linker issues an error. This is because the use of the base and limit symbols over non-contiguous memory usually produces indeterminate and undesirable effects.