[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    elf_getbase(3E) manual page Table of Contents

Name

elf_getbase - get the base offset for an object file

Synopsis

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

#include <libelf.h>

off_t elf_getbase(Elf *elf);

MT-Level

Unsafe

Description

elf_getbase() 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.

See Also

elf(3E) , elf_begin(3E) , ar(4)


Table of Contents