ldtbseek - seek to the symbol table of a common object
file
#include <stdio.h> #include <filehdr.h> #include <syms.h>
#include <ldfcn.h>
int ldtbseek(
LDFILE *ldptr );
The ldtbseek() routine seeks to the symbol table of the
object file currently associated with ldptr.
It returns SUCCESS or FAILURE. It fails 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 object file access
routine library libld.a.
ldclose(3), ldopen(3), ldtbread(3), ldfcn(4)
ldtbseek(3)
[ Back ] |