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
DWARF_ATTROFFSET(3) FreeBSD Library Functions Manual DWARF_ATTROFFSET(3)

dwarf_attroffset
retrieve the section-relative offset of an attribute descriptor

DWARF Access Library (libdwarf, -ldwarf)

#include <libdwarf.h>

int
dwarf_attroffset(Dwarf_Attribute at, Dwarf_Off *ret_off, Dwarf_Error *err);

Function dwarf_attroffset() retrieves the section-relative offset of the attribute descriptor referenced by argument at.

Argument ret_off should point to a location that is to hold the returned section-relative offset. If argument err is non-NULL, it is used to return an error descriptor in case of an error.

On success, function dwarf_attroffset() returns DW_DLV_OK.

In case of an error, it returns DW_DLV_ERROR and sets argument err.

This function is an extension to the DWARF(3) API.

The dwarf_attroffset() function may fail with the following errors:
[]
Either of the arguments at or ret_off was NULL.

dwarf(3), dwarf_attr(3)
December 20, 2014 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.