Searched refs:er_errval (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_error.h42 Dwarf_Sword er_errval; member in struct:Dwarf_Error_s
H A Dpro_error.h48 Dwarf_Sword er_errval; member in struct:Dwarf_Error_s
H A Ddwarf_error.c363 errptr->er_errval = errval;
375 errptr->er_errval = errval;
392 return (error->er_errval);
405 if (error->er_errval > (sizeof(_dwarf_errmsgs) / sizeof(char *))) {
409 return ((char *) _dwarf_errmsgs[error->er_errval]);
H A Dpro_error.c78 errptr->er_errval = (Dwarf_Sword) errval;
91 errptr->er_errval = (Dwarf_Sword) errval;

Completed in 64 milliseconds