HomeSort by relevance Sort by last modified time
    Searched refs:DWFL_ERROR (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
dwfl_error.c 59 #define DWFL_ERROR(name, text) char msg_##name[sizeof text];
61 #undef DWFL_ERROR
68 #define DWFL_ERROR(name, text) + sizeof text
70 #undef DWFL_ERROR
76 #define DWFL_ERROR(name, text) text,
78 #undef DWFL_ERROR
85 #define DWFL_ERROR(name, text) \
88 #undef DWFL_ERROR
94 canonicalize (Dwfl_Error error)
127 __libdwfl_canon_error (Dwfl_Error error
    [all...]
libdwflP.h 50 DWFL_ERROR (NOERROR, N_("no error")) \
51 DWFL_ERROR (UNKNOWN_ERROR, N_("unknown error")) \
52 DWFL_ERROR (NOMEM, N_("out of memory")) \
53 DWFL_ERROR (ERRNO, N_("See errno")) \
54 DWFL_ERROR (LIBELF, N_("See elf_errno")) \
55 DWFL_ERROR (LIBDW, N_("See dwarf_errno")) \
56 DWFL_ERROR (LIBEBL, N_("See ebl_errno (XXX missing)")) \
57 DWFL_ERROR (ZLIB, N_("gzip decompression failed")) \
58 DWFL_ERROR (BZLIB, N_("bzip2 decompression failed")) \
59 DWFL_ERROR (LZMA, N_("LZMA decompression failed"))
    [all...]

Completed in 1195 milliseconds