Searched refs:DW_DLV_ERROR (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_sort_line.c102 DW_DLV_ERROR if could not do anything due to
110 If DW_DLV_ERROR is returned that integer is set
168 return DW_DLV_ERROR;
204 if (sec_res == DW_DLV_ERROR) {
277 return DW_DLV_ERROR and set *err_code if an error.
284 if returning DW_DLV_ERROR, but not harmful).
393 if (dres == DW_DLV_ERROR) {
572 return (DW_DLV_ERROR);
687 return DW_DLV_ERROR;
712 return DW_DLV_ERROR;
[all...]
H A Ddwarf_funcs.c92 return (DW_DLV_ERROR);
H A Ddwarf_pubtypes.c97 return (DW_DLV_ERROR);
H A Ddwarf_types.c91 return (DW_DLV_ERROR);
H A Ddwarf_vars.c92 return (DW_DLV_ERROR);
H A Ddwarf_weaks.c93 return (DW_DLV_ERROR);
H A Dpro_reloc_symbolic.c49 Return DW_DLV_ERROR on malloc error.
81 Return DW_DLV_ERROR on malloc error.
229 return (DW_DLV_ERROR);
H A Ddwarf_util.c482 int res = DW_DLV_ERROR;
H A Ddwarf_alloc.c1041 return (DW_DLV_ERROR);
H A Dlibdwarf.h594 * DW_DLV_ERROR - Error occurred. Use 'error' to determine the
664 * DW_DLV_ERROR - Error. Use 'error' to indicate a libdwarf-defined
684 * DW_DLV_ERROR - Error. Use 'error' to indicate a libdwarf-defined
1073 #define DW_DLV_ERROR 1 macro
2666 Never returns DW_DLV_ERROR.
2702 *s_out is not set. DW_DLV_ERROR is never returned.*/

Completed in 2111 milliseconds

12