DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

ldtbseek(S-osr5)


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-osr5), ldtbread(S-osr5)

Standards conformance

ldtbseek is not part of any currently supported standard; it is an extension of AT&T System V provided by the Santa Cruz Operation.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005