01.01.2013 Views

AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

LDLSEEK ( 3X ) LDLSEEK ( 3X )<br />

NAME<br />

ldlseek,ldnlseek - seek to line number entries of a section of a<br />

common object file<br />

SYNOPSIS<br />

#include <br />

#include <br />

#include < ldfcn.h ><br />

int ldlseek (Idptr, sectindx)<br />

LDFILE •Idptr;<br />

unsigned short sectindx;<br />

int ldnlseek (ldptr, sectname)<br />

LDFILE •ldptr;<br />

char •sectname;<br />

DESCRIPTION<br />

Ldlseek seeks to the line number entries of the section specified by<br />

sectindx of the common object file currently associated with ldptr .<br />

Ldnlseek seeks to the line number entries of the section specified<br />

by sectname.<br />

Ldlseek and ldnlseek return SUCCESS or FAILURE. Ldlseek will<br />

fail if sectindx is greater than the number of sections in the object<br />

file; ldnlseek will fail if there is no section name corresponding<br />

with •sectname . Either function will fail if the specified section<br />

has no line number entries or if it cannot seek to the specified line<br />

number entries.<br />

Note that the first section has an index of one .<br />

The program must be loaded with the object file access routine<br />

library libld.a.<br />

SEE ALSO<br />

ldclose(3X), ldopen(3X), ldshread(3X), ldfcn( 4).<br />

- 1 -

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!