Query: elf_getbase
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ELF_GETBASE(3) BSD Library Functions Manual ELF_GETBASE(3)NAMEelf_getbase -- get the base offset for an object fileLIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h> off_t elf_getbase(Elf *elf);DESCRIPTIONFunction elf_getbase() returns the file offset in the containing archive of the first byte of the file referenced by ELF descriptor elf.RETURN VALUESFunction elf_getbase() returns a valid file offset into the containing archive if successful. It returns -1 if argument elf is NULL or is not a member of an archive.ERRORSFunction elf_getbase() may fail with the following errors: [ELF_E_ARGUMENT] Argument elf is not an ELF descriptor for an archive member.SEE ALSOelf(3), elf_getarhdr(3), elf_getident(3), elf_rawfile(3), gelf(3)BSDJune 11, 2006 BSD
Related Man Pages |
---|
elf_getbase(3elf) - opensolaris |
elf_getbase(3elf) - sunos |
elf_getbase(3elf) - xfree86 |
elf_getbase(3elf) - redhat |
elf_getbase(3elf) - linux |
Similar Topics in the Unix Linux Community |
---|
sorting left-justified numeric values |
Vm versus physical linux server |
Grep command to show the number of results |