Program Entry Point
There are several ways to specify the program entry point. The following list shows (in descending order of precedence) how elxr sets the entry point:
- -e symbol command-line option, if present
- the value of the symbol _start, if present
- the value of the symbol start, if present
- the value of the symbol _main, if present
- the value of the symbol main, if present
- the zero address
Copyright © 1999, Green Hills Software. All rights
reserved.