LDTBSEEK(3x,L) AIX Technical Reference LDTBSEEK(3x,L) ------------------------------------------------------------------------------- ldtbseek PURPOSE Seeks to the symbol table of a common object file. LIBRARY Object File Access Routine Library (libld.a) SYNTAX #include #include #include int ldtbseek (ldptr) LDFILE *ldptr; DESCRIPTION The ldtbseek subroutine seeks to the symbol table of the common object file currently associated with ldptr. The ldtbseek subroutine returns SUCCESS or FAILURE. The ldtbseek subroutine fails if the symbol table has been stripped from the object file, or if it cannot seek to the symbol table. RELATED INFORMATION In this book: "ldclose, ldaclose," "ldfcn," "ldopen, ldaopen," and "ldtbread." Processed November 7, 1990 LDTBSEEK(3x,L) 1