Searched defs:_dwarf_errmsgs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_error.c55 const char *_dwarf_errmsgs[] = { variable
405 if (error->er_errval > (sizeof(_dwarf_errmsgs) / sizeof(char *))) {
409 return ((char *) _dwarf_errmsgs[error->er_errval]);

Completed in 65 milliseconds