Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)
eld(1) OSS Shell and Utilities Reference Manual
-blocalized Controls creation of the searchList for resolving symbols in the loadfile. This flag
causes the system to use the following sequence for both link-time and load-time
resolutions:
1. The loadfile itself
2. The user library, if the loadfile is a program and has a user library
3. Breadth-first transitive closure of re-exported libList-specified DLLs
4. Implicit libraries
This is the default eld action.
You cannot use this flag when you use the -bglobalized, -bsemi_localized,or
-bsymbolic flag.
-bsymbolic | -bsemi_globalized
Controls creation of the searchList for resolving symbols in the loadfile. This flag
causes the system to use the following sequence:
• For link-time resolutions:
1. The loadfile itself
2. The user library, if the loadfile is a program and has a user library
3. Breadth-first transitive closure of DLLs on the libList
4. Implicit libraries
• For load-time resolutions:
1. The loadfile itself
2. The main program
3. The user library
4. Breadth-first transitive closure of DLLs on the libList
5. Implicit libraries
This is the same search order as for -bglobalized. However, when the searchList
is created at load time, the loadfile is placed before the program at the beginning
of the searchList.
You cannot use this flag when you use the -bglobalized or -blocalized flag. The
default action is the action for the -blocalized flag.
-call_shared |{-dll | -shared }|-r
Tells eld what type of file to create as filename11. The possible values are:
-call_shared The file is to be a program loadfile. This is the default eld action.
You cannot use this flag when you use the -dll or -shared flag or
the -r flag.
3−60 Hewlett-Packard Company 527188-004