Binder Manual (G06.24+, H06.03+)
BIND Commands
Binder Manual—528613-003
3-54
SELECT Command
XREF {ON | OFF}
specifies whether Binder produces a cross-reference list of entry points
and data blocks. The default is OFF.
* {ON | OFF}
specifies whether you select all list options.
OMIT entry-name
specifies an additional entry point name for the omit list. The default is an
empty omit list. Omit lists are described in Section 4, Object File Structure.
Note that Binder omits all entry points belonging to a particular code block if
any one of them appears on the omit list. For more information, see
Considerations on page 3-56.
REFER refer-pair
specifies a pair of entry point names to be added to the refer list. The format for
refer-pair is:
entry-name1 TO entry-name2
The default is an empty refer list. See Considerations on page 3-56.
RUNNABLE OBJECT {ON | OFF}
specifies whether Binder should check at build time that the object file is
runnable or not. For the file to be runnable, the following conditions must be
true:
•
The undefined data list must be empty.
•
There must be a main procedure in the object file.
•
Fixups must be applied to the object file.
•
All function pointers must be resolved.
Binder cannot detect all errors; however, if it detects an error, it issues a
warning message and continues to build the target file.
The default is OFF.
SATISFY {ON | OFF}
specifies whether Binder attempts resolution of remaining unresolved external
references for entry points when you issue a BUILD or SATISFY command.
Data block references are not affected by SATISFY. OFF suppresses
automatic resolution; the default is ON.
SEARCH file-name
is a file name to add to the search list. The default is an empty search list.