[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 1


ldtbseek Subroutine

Purpose

Seeks to the symbol table of a common object file.

Library

Object File Access Routine Library (libld.a)

Syntax


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


int ldtbseek ( ldPointer)
LDFILE *ldPointer;

Description

The ldtbseek subroutine seeks to the symbol table of the common object file currently associated with the ldPointer parameter.

Parameters


ldPointer Points to the LDFILE structure that was returned as the result of a successful call to the ldopen or ldaopen subroutine.

Return Values

The ldtbseek subroutine returns a SUCCESS or FAILURE value.

Error Codes

The ldtbseek subroutine fails if the symbol table has been stripped from the object file or if the subroutine cannot seek to the symbol table.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The ldlseek or ldnlseek (ldlseek or ldnlseek Subroutine) subroutine, ldohseek (ldohseek Subroutine) subroutine, ldrseek or ldnrseek (ldrseek or ldnrseek Subroutine) subroutine, ldsseek or ldnsseek (ldsseek or ldnsseek Subroutine) subroutine.

Subroutines, Example Programs, and Libraries in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]