ldtbseek(S) 6 January 1993 ldtbseek(S) Name 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 exten- sion of AT&T System V provided by the Santa Cruz Operation.