HP (Hewlett-Packard) HP 3000 Laptop User Manual


 
316 Chapter 4
Command Definition F-K
LINK
Table 4-4 Checklevel Values
entryname The name (label) of the point within a program where execution begins.
When you omit this parameter, the loader begins execution from the
primary program entry point (which corresponds to a program's main
procedure or outer block). However, by including the ENTRY= option, you
may override this default value and begin execution from the specified
entry point. If the loader fails to find a symbol that matches the entry
point name, it reports a load-time error.
NODEBUG Strips all symbolic debugging information from the resulting program file.
If you omit this parameter, the file contains debugging information if the
source file was compiled with this option.
MAP Prints a symbol map to the list file, LINKLIST.
SHOW Displays the name of each object module as it is being merged into the
program file. You may include this option to verify the order in which LINK
processes each module.
priv_level Determines the privilege level used by the executable program file. This
parameter changes the privilege level of all procedures in the symbol and
export tables (of the relocatable object file) that were set during
compilation.
The values for priv_level are:
0 system level access
1 unused
2 privileged level access
3 user level access
The default is that privilege levels are set during compilation.
pri_level Specifies the execution priority that the program will have at run time.
The pri_level has to be one of BS, CS, DS, ES, or a number between 100 and
255 inclusive. This value can be overridden by the PRI= keyword on the
RUN command.
max_pri_level Specifies the maximum execution priority that the program can have at
run time. The max_pri_level has to be one of BS, CS, DS, ES, or a number
between 100 and 255 inclusive.
0 No parameter check.
1 Check of the symbol type descriptor.
2 Perform Level 1 checking, then check the number of arguments that
the import procedure passed against the minimum and maximum
range that were declared in the export procedure.
3 Perform Level 2 checking, then check the type of each argument that
was passed.