|
NAMEdwarf_get_arange_cu_header_offset ,
dwarf_get_cu_die_offset —
retrieve compilation unit offsets
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
int
int
DESCRIPTIONThese functions retrieve the offsets, relative to the “.debug_info” DWARF section, of the debugging information entries describing the compilation unit associated with a Dwarf_Arange descriptor.Function
Function If argument err is not NULL, these functions will use it to store error information, in case of an error. RETURN VALUESOn success, these functions returnsDW_DLV_OK . In case
of an error, they return DW_DLV_ERROR and set the
argument err.
ERRORSThese functions may fail with:
SEE ALSOdwarf(3), dwarf_get_arange(3), dwarf_get_arange_info(3), dwarf_get_aranges(3)
Visit the GSP FreeBSD Man Page Interface. |