ldtbseek(S)
ldtbseek --
seek to the symbol table of a common object file
Syntax
cc . . . -lld
#include <filehdr.h>
#include <ldfcn.h>
int ldtbseek (ldptr)
LDFILE *ldptr;
Description
The ldtbseek function
seeks to the symbol table
of the common object file
currently associated with
ldptr.
The ldtbseek function
returns SUCCESS or FAILURE.
ldtbseek fails if
the symbol table has been stripped from the object file,
or if it cannot seek to the symbol table.
See also
ldfcn(FP),
ldtbindex(S),
ldtbread(S)
Standards conformance
ldtbseek is not part of any currently supported standard;
it is an extension of AT&T System V provided by the Santa Cruz Operation.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003