GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ELF_GETBASE(3) FreeBSD Library Functions Manual ELF_GETBASE(3)

elf_getbase
get the base offset for an object file

ELF Access Library (libelf, -lelf)

#include <libelf.h>

off_t
elf_getbase(Elf *elf);

Function elf_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.

Function elf_getbase() returns a valid file offset if successful, or (off_t) -1 in case of an error.

Function elf_getbase() may fail with the following errors:
[]
Argument elf was NULL.

elf(3), elf_getarhdr(3), elf_getident(3), elf_rawfile(3), gelf(3)
June 6, 2010 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.