Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

eld(1) OSS Shell and Utilities Reference Manual
-blocalized Controls creation of the searchList for resolving symbols in the loadle. This ag
causes the system to use the following sequence for both link-time and load-time
resolutions:
1. The loadle itself
2. The user library, if the loadle is a program and has a user library
3. Breadth-rst transitive closure of re-exported libList-specied DLLs
4. Implicit libraries
This is the default eld action.
You cannot use this ag when you use the -bglobalized, -bsemi_localized,or
-bsymbolic ag.
-bsymbolic | -bsemi_globalized
Controls creation of the searchList for resolving symbols in the loadle. This ag
causes the system to use the following sequence:
For link-time resolutions:
1. The loadle itself
2. The user library, if the loadle is a program and has a user library
3. Breadth-rst transitive closure of DLLs on the libList
4. Implicit libraries
For load-time resolutions:
1. The loadle itself
2. The main program
3. The user library
4. Breadth-rst 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 loadle is placed before the program at the beginning
of the searchList.
You cannot use this ag when you use the -bglobalized or -blocalized ag. The
default action is the action for the -blocalized ag.
-call_shared |{-dll | -shared }|-r
Tells eld what type of le to create as lename11. The possible values are:
-call_shared The le is to be a program loadle. This is the default eld action.
You cannot use this ag when you use the -dll or -shared ag or
the -r ag.
360 Hewlett-Packard Company 527188-003