man.bsd.lv manual page server

Manual Page Search Parameters

DWARF_ERRNO(3) Library Functions Manual DWARF_ERRNO(3)

dwarf_errnoretrieve the error number corresponding to a Dwarf_Error instance

library “libdwarf”

#include <libdwarf.h>

int
dwarf_errno(Dwarf_Error err);

Function () returns the error number associated with a Dwarf_Error instance.

Argument err should be a valid handle to a Dwarf_Error instance.

Function dwarf_errno() returns an integral value.

dwarf(3), dwarf_errmsg(3)

March 25, 2010 FreeBSD-13.0