Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

User Commands (d - f) eld(1)
{ -export | -exported_symbol } symbol_name2
Tells eld to mark symbol_name2 for export in the output loadle in addition to
those normally marked. This ag can be used with the -export_not or
-hidden_symbol ag to create sets of symbols to be exported.
The same symbol cannot be specied as symbol_name2 in an -export ag and as
symbol_name3 in an -export_not ag.
The default action when the -ul ag is not used is to export only those symbols
marked by a compiler as requiring export.
-export_all Tells eld to mark as exported all symbols in the dynamic symbol table of the out-
put loadle except for the following:
Linker-dened symbols other than _MCB (for the master control block)
Procedures whose names begin with __sti__ (global constructors),
__std__ (global destructors), __INIT__ (initialization functions), or
__TERM__ (termination functions)
This ag can be used with the -export_not or -hidden_symbol ag to create a
subset of symbols to be exported.
The default action when the -ul ag is not used is to export only those symbols
marked by a compiler as requiring export.
{ -export_not | -hidden_symbol } symbol_name3
Tells eld not to mark symbol_name3 for export in the output loadle. This ag
can be used with the -export_all ag to create sets of symbols to be exported.
The same symbol cannot be specied as symbol_name3 in an -export_not ag
and as symbol_name2 in an -export ag.
The default action when the -ul ag is not used is to export only those symbols
marked by a compiler as requiring export.
-first_l pathname1
Tells eld to use the specied pathname when searching for libraries. pathname1 is
used in library searches before the public libraries are searched.
pathname1 is either the relative or absolute pathname of an OSS directory.
eld does not verify the names of locations specied in the -rst_l ag.
This ag can be specied more than once in a command line or an obey le. If
you specify it more than once, the specied pathnames are searched in the order
specied.
See the Finding Libraries subsection under DESCRIPTION for details about
the effect of this ag on search order.
{-fl | -obey } location1
Species the name of an eld command le containing eld command tokens (such
as lenames and command ag specications).
The command le must be a C text le or an EDIT le. Tokens in the le can be
separated by spaces, tabs, or ends of lines. Tokens can contain double quotation
marks (") to group items into a single string, consistent with OSS shell usage.
Within the command le, two hyphens indicate a comment that extends to the end
of the current line.
Command les can be nested. There is no limit to the depth of nesting. Direct or
527188-007 Hewlett-Packard Company 363