ldohseek(3x) ultrix man page | unix.com

Man Page: ldohseek

Operating Environment: ultrix

Section: 3x

ldohseek(3x)															      ldohseek(3x)

Name
       ldohseek - seek to the optional file header of a common object file

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

       int ldohseek (ldptr)
       LDFILE *ldptr;

Description
       The function seeks to the optional file header of the common object file currently associated with ldptr.

       function  returns  success  or  failure.  If  the object file does not have an optional header or if it cannot seek to the optional header,
       fails.

       The program must be loaded with the object file access routine library libmld.a.

See Also
       ldclose(3x), ldopen(3x), ldfhread(3x), ldfcn(5)

								       RISC							      ldohseek(3x)
Related Man Pages
ldaclose(3) - osf1
ldnrseek(3) - osf1
ldopen(3) - osf1
ldrseek(3) - osf1
ldfcn(4) - osf1
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB