ldtbseek(3) CLIX ldtbseek(3)
NAME
ldtbseek - Seeks to the symbol table of a common object file
LIBRARY
The Loader Library (libld.a)
SYNOPSIS
#include <stdio.h>
#include <filehdr.h>
#include <ldfcn.h>
#include ~INCDIR/filehdr.h~
#include ~INCDIR/ldfcn.h~
int ldtbseek(
LDFILE *ldptr );
DESCRIPTION
The ldtbseek() function seeks to the symbol table of the common object
file currently associated with ldptr.
INCDIR is the standard directory list for #include files, usually
/usr/include. LIBDIR is the set of standard library files, usually /lib.
NOTES
The program must be loaded with the object file access function library
libld.a.
RETURN VALUES
The ldtbseek() function returns SUCCESS or FAILURE. The ldtbseek()
function fails if the symbol table is stripped from the object file, or if
it cannot seek to the symbol table.
RELATED INFORMATION
Functions: ldclose(3), ldopen(3), ldtbread(3)
Files: ldfcn(0)
2/94 - Intergraph Corporation 1