< Optimizing Linkage Editor (rlink) Options / Output Options >
Fills the unused areas in the output ranges with random values or a user-specified hexadecimal value. |
The following unused areas are filled with the value according to the output range specification in the output option: |
A 1-, 2-, or 4-byte value can be specified. The hexadecimal value specified to the space option determines the output data size. If a 3-byte value is specified, the upper digit is extended with 0 to use it as a 4-byte value. If an odd number of digits are specified, the upper digits are extended with 0 to use it as an even number of digits. |
If the size of an unused area is not a multiple of the size of the specified value, the value is output as many times as possible, then a warning message is output. |