Query: elf_getbase
OS: x11r4
Section: 3elf
Links: x11r4 man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
elf_getbase(3ELF) ELF Library Functions elf_getbase(3ELF)NAMEelf_getbase - get the base offset for an object fileSYNOPSIScc [ flag ... ] file ... -lelf [ library ... ] #include <libelf.h> off_t elf_getbase(Elf *elf);DESCRIPTIONThe elf_getbase() function 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.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOar.h(3HEAD), elf(3ELF), elf_begin(3ELF), libelf(3LIB), attributes(5) SunOS 5.10 11 Jul 2001 elf_getbase(3ELF)
Related Man Pages |
---|
elf_getbase(3elf) - sunos |
elf_getbase(3elf) - v7 |
elf_getbase(3elf) - php |
elf_getbase(3elf) - redhat |
elf_getbase(3elf) - bsd |
Similar Topics in the Unix Linux Community |
---|
Answering SCO Bit by Bit - more a.out.h and errno.h and elf.h, this time in OpenLinux 1.3 |