Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ldclose(3x)

ldopen(3x)

ldtbread(3x)

ldfcn(5)

ldtbseek(3x)  —  RISC

Name

ldtbseek − seek to the symbol table of a common object file

Syntax

#include <stdio.h>
#include <filehdr.h>
#include <syms.h>
#include <ldfcn.h>

int ldtbseek (ldptr)
LDFILE ∗ldptr;

Description

The ldtbseek function seeks to the symbol table of the  object file currently associated with ldptr.

The ldtbseek function returns success or failure. If the symbol table has been stripped from the object file or if it cannot seek to the symbol table, ldtbseek fails. 

See Also

ldclose(3x), ldopen(3x), ldtbread(3x), ldfcn(5)

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