Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ldtbseek(S) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ldfcn(FP)

ldtbindex(S)

ldtbread(S)


 ldtbseek(S)                    6 January 1993                    ldtbseek(S)


 Name

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

 Standards conformance

    ldtbseek is not part of any currently supported standard; it is an exten-
    sion of AT&T System V provided by the Santa Cruz Operation.


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026