• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/elftoolchain/libdwarf/

Lines Matching defs:DEFINE_ERROR

32 #define	DEFINE_ERROR(N,S)		[DW_DLE_##N] = S
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_ERROR, "Unsupported version"),
42 DEFINE_ERROR(DEBUG_ABBREV_NULL, "Abbrev not found"),
43 DEFINE_ERROR(DIE_NO_CU_CONTEXT, "No current compilation unit"),
44 DEFINE_ERROR(LOC_EXPR_BAD, "Invalid location expression"),
45 DEFINE_ERROR(EXPR_LENGTH_BAD, "Invalid DWARF expression length"),
46 DEFINE_ERROR(DEBUG_LOC_SECTION_SHORT, "Loclist section too short"),
47 DEFINE_ERROR(ATTR_FORM_BAD, "Invalid attribute form"),
48 DEFINE_ERROR(DEBUG_LINE_LENGTH_BAD, "Line info section too short"),
49 DEFINE_ERROR(LINE_FILE_NUM_BAD, "Invalid file number."),
50 DEFINE_ERROR(DIR_INDEX_BAD, "Invalid dir index."),
51 DEFINE_ERROR(DEBUG_FRAME_LENGTH_BAD, "Frame section too short"),
52 DEFINE_ERROR(NO_CIE_FOR_FDE, "FDE without corresponding CIE"),
53 DEFINE_ERROR(FRAME_AUGMENTATION_UNKNOWN, "Unknown CIE augmentation"),
54 DEFINE_ERROR(FRAME_INSTR_EXEC_ERROR, "Frame instruction exec error"),
55 DEFINE_ERROR(FRAME_VERSION_BAD, "Unsupported frame section version"),
56 DEFINE_ERROR(FRAME_TABLE_COL_BAD, "Invalid table column value"),
57 DEFINE_ERROR(DF_REG_NUM_TOO_HIGH, "Register number too large"),
58 DEFINE_ERROR(PC_NOT_IN_FDE_RANGE, "PC requested not in the FDE range"),
59 DEFINE_ERROR(ARANGE_OFFSET_BAD, "Invalid address range offset"),
60 DEFINE_ERROR(DEBUG_MACRO_INCONSISTENT, "Invalid macinfo data"),
61 DEFINE_ERROR(ELF_SECT_ERR, "Application callback failed"),
62 DEFINE_ERROR(NUM, "Unknown DWARF error")
63 #undef DEFINE_ERROR