ldohseek(S) 6 January 1993 ldohseek(S) Name ldohseek - seek to the optional file header of a common object file Syntax cc . . . -lld #include <filehdr.h> #include <ldfcn.h> int ldohseek (ldptr) LDFILE *ldptr; Description The ldohseek function seeks to the optional file header of the common object file currently associated with ldptr. The ldohseek function returns SUCCESS or FAILURE. ldohseek fails if the object file has no optional header or if it cannot seek to the optional header. See also ldfcn(FP), ldahread(S) Standards conformance ldohseek is not part of any currently supported standard; it is an exten- sion of AT&T System V provided by the Santa Cruz Operation.