Lines Matching refs:DWFL_ERROR
70 DWFL_ERROR (NOERROR, N_("no error")) \
71 DWFL_ERROR (UNKNOWN_ERROR, N_("unknown error")) \
72 DWFL_ERROR (NOMEM, N_("out of memory")) \
73 DWFL_ERROR (ERRNO, N_("See errno")) \
74 DWFL_ERROR (LIBELF, N_("See elf_errno")) \
75 DWFL_ERROR (LIBDW, N_("See dwarf_errno")) \
76 DWFL_ERROR (LIBEBL, N_("See ebl_errno (XXX missing)")) \
77 DWFL_ERROR (ZLIB, N_("gzip decompression failed")) \
78 DWFL_ERROR (BZLIB, N_("bzip2 decompression failed")) \
79 DWFL_ERROR (LZMA, N_("LZMA decompression failed")) \
80 DWFL_ERROR (UNKNOWN_MACHINE, N_("no support library found for machine")) \
81 DWFL_ERROR (NOREL, N_("Callbacks missing for ET_REL file")) \
82 DWFL_ERROR (BADRELTYPE, N_("Unsupported relocation type")) \
83 DWFL_ERROR (BADRELOFF, N_("r_offset is bogus")) \
84 DWFL_ERROR (BADSTROFF, N_("offset out of range")) \
85 DWFL_ERROR (RELUNDEF, N_("relocation refers to undefined symbol")) \
86 DWFL_ERROR (CB, N_("Callback returned failure")) \
87 DWFL_ERROR (NO_DWARF, N_("No DWARF information found")) \
88 DWFL_ERROR (NO_SYMTAB, N_("No symbol table found")) \
89 DWFL_ERROR (NO_PHDR, N_("No ELF program headers")) \
90 DWFL_ERROR (OVERLAP, N_("address range overlaps an existing module")) \
91 DWFL_ERROR (ADDR_OUTOFRANGE, N_("address out of range")) \
92 DWFL_ERROR (NO_MATCH, N_("no matching address range")) \
93 DWFL_ERROR (TRUNCATED, N_("image truncated")) \
94 DWFL_ERROR (ALREADY_ELF, N_("ELF file opened")) \
95 DWFL_ERROR (BADELF, N_("not a valid ELF file")) \
96 DWFL_ERROR (WEIRD_TYPE, N_("cannot handle DWARF type description")) \
97 DWFL_ERROR (WRONG_ID_ELF, N_("ELF file does not match build ID")) \
98 DWFL_ERROR (BAD_PRELINK, N_("corrupt .gnu.prelink_undo section data"))
100 #define DWFL_ERROR(name, text) DWFL_E_##name, macro
102 #undef DWFL_ERROR