DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

elf_getbase(S-osr5)


elf_getbase -- get the base offset for an object file

Syntax

cc [flag . . . ] file . . . -lelf [library] . . .

#include <libelf.h>

off_t elf_getbase(Elf *elf);

Description

elf_getbase(S-osr5) returns the file offset of the first byte of the file or archive member associated with elf, if it is known or obtainable, and -1 otherwise. A null elf is allowed, to simplify error handling; the return value in this case is -1. The base offset of an archive member is the beginning of the member's information, not the beginning of the archive member header.

Diagnostics

Error conditions are identified through the routine elf_error(S-osr5).

See also

ar(FP), elf(S-osr5), elf_begin(S-osr5)

Standards conformance

elf_getbase(S-osr5) is not part of any currently supported standard; it was developed by UNIX System Laboratories, Inc. and is maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005