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

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_errmsg.c32 #define DEFINE_ERROR(N,S) [DW_DLE_##N] = S macro
33 DEFINE_ERROR(NONE, "No Error"),
34 DEFINE_ERROR(ERROR, "An error"),
35 DEFINE_ERROR(NO_ENTRY, "No entry found"),
36 DEFINE_ERROR(ARGUMENT, "Invalid argument"),
37 DEFINE_ERROR(DEBUG_INFO_NULL, "Debug info NULL"),
38 DEFINE_ERROR(MEMORY, "Insufficient memory"),
39 DEFINE_ERROR(ELF, "ELF error"),
40 DEFINE_ERROR(CU_LENGTH_ERROR, "Invalid compilation unit data"),
41 DEFINE_ERROR(VERSION_STAMP_ERRO
63 #undef DEFINE_ERROR macro
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_errmsg.c40 #define DEFINE_ERROR(N,S) [ELF_E_##N] = S macro
41 DEFINE_ERROR(NONE, "No Error"),
42 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
43 DEFINE_ERROR(ARGUMENT, "Invalid argument"),
44 DEFINE_ERROR(CLASS, "ELF class mismatch"),
45 DEFINE_ERROR(DATA, "Invalid data buffer descriptor"),
46 DEFINE_ERROR(HEADER, "Missing or malformed ELF header"),
47 DEFINE_ERROR(IO, "I/O error"),
48 DEFINE_ERROR(LAYOUT, "Layout constraint violation"),
49 DEFINE_ERROR(MOD
57 #undef DEFINE_ERROR macro
[all...]

Completed in 196 milliseconds