8.3.17 Section-start Option
The --section-start sectionname=org
option locates a section in the output file at
the absolute address given by org
. You
may use this option as many times as necessary to locate multiple sections in the command
line. The org argument must be a single hexadecimal
integer; for compatibility with other linkers, you may omit the leading 0x
that is usually associated with hexadecimal values.
Note: There should be no white space between
sectionname
, the equals sign (=
), and org.