Searched refs:DEFINE_ERROR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_errmsg.c35 #define DEFINE_ERROR(N,S) [DW_DLE_##N] = S macro
36 DEFINE_ERROR(NONE, "No Error"),
37 DEFINE_ERROR(ERROR, "An error"),
38 DEFINE_ERROR(NO_ENTRY, "No entry found"),
39 DEFINE_ERROR(ARGUMENT, "Invalid argument"),
40 DEFINE_ERROR(DEBUG_INFO_NULL, "Debug info NULL"),
41 DEFINE_ERROR(MEMORY, "Insufficient memory"),
42 DEFINE_ERROR(ELF, "ELF error"),
43 DEFINE_ERROR(CU_LENGTH_ERROR, "Invalid compilation unit data"),
44 DEFINE_ERROR(VERSION_STAMP_ERRO
66 #undef DEFINE_ERROR macro
[all...]
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Delf_errmsg.c45 #define DEFINE_ERROR(N,S) [ELF_E_##N] = S macro
46 DEFINE_ERROR(NONE, "No Error"),
47 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
48 DEFINE_ERROR(ARGUMENT, "Invalid argument"),
49 DEFINE_ERROR(CLASS, "ELF class mismatch"),
50 DEFINE_ERROR(DATA, "Invalid data buffer descriptor"),
51 DEFINE_ERROR(HEADER, "Missing or malformed ELF header"),
52 DEFINE_ERROR(IO, "I/O error"),
53 DEFINE_ERROR(LAYOUT, "Layout constraint violation"),
54 DEFINE_ERROR(MOD
62 #undef DEFINE_ERROR macro
[all...]

Completed in 82 milliseconds