| DWARF_ERRNO(3) | Library Functions Manual | DWARF_ERRNO(3) |
dwarf_errno —
retrieve the error number corresponding to a
Dwarf_Error instance
DWARF Access Library (libdwarf, -ldwarf)
#include
<libdwarf.h>
int
dwarf_errno(Dwarf_Error
err);
Function
dwarf_errno()
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.
| March 25, 2010 | NetBSD 11.0 |