|
NAMEelf_getbase —
get the base offset for an object file
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h>
off_t
DESCRIPTIONFunctionelf_getbase () returns the file offset to the
first byte of the object referenced by ELF descriptor
elf.
For descriptors referencing members of archives, the returned offset is the file offset of the member in its containing archive. For descriptors to regular objects, the returned offset is (vacuously) zero. RETURN VALUESFunctionelf_getbase () returns a valid file offset if
successful, or (off_t) -1 in
case of an error.
ERRORSFunctionelf_getbase () may fail with the following
errors:
SEE ALSOelf(3), elf_getarhdr(3), elf_getident(3), elf_rawfile(3), gelf(3)
Visit the GSP FreeBSD Man Page Interface. |