LDTBSEEK(S) UNIX System V LDTBSEEK(S)
Name
ldtbseek - seek to the symbol table of a common object file
Syntax
#include <stdio.h>
#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
will fail if the symbol table has been stripped from the
object file, or if it cannot seek to the symbol table.
The program must be loaded with the -lld flag.
See Also
ldclose(S), ldopen(S), ldtbread(S), ldfcn(F)
(printed 6/20/89)