Seeks to line number entries of a section of a common object file.
Object File Access Routine Library (libld.a)
#include <stdio.h> #include <filehdr.h> #include <ldfcn.h> int ldlseek (ldPointer, SectionIndex) LDFILE *ldPointer; unsigned short SectionIndex; int ldnlseek (ldPointer, SectionName) LDFILE *ldPointer; char *SectionName;
The ldlseek subroutine seeks to the line number entries of the section specified by the SectionIndex parameter of the common object file currently associated with the ldPointer parameter. The first section has an index of 1.
The ldnlseek subroutine seeks to the line number entries of the section specified by the SectionName parameter.
The ldlseek and ldnlseek subroutines return a success or failure value.
The ldlseek subroutine fails if the SectionIndex parameter is greater than the number of sections in the object file. The ldnlseek subroutine fails if there is no section name corresponding with the SectionName parameter. Either function fails if the specified section has no line number entries or if it cannot seek to the specified line number entries.
These subroutines are part of Base Operating System (BOS) Runtime.
The ldohseek subroutine, ldrseek or ldnrseek subroutine, ldsseek or ldnsseek subroutine, ldtbseek subroutine.
Subroutines Overview in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.