Error handling macros

This topic is a list of error values that are represented in a returned error object.

Description

DW_DLE_INVALID_GOFF_RELOC
Value is 1. The Dwarf_Goff_Reloc object is NULL or not valid.
DW_DLE_ID
Value is 6. The register number specified is out of range.
DW_DLE_IA
Value is 9. The Dwarf_Debug or Dwarf_P_Debug object is corrupted and there is an eyecatcher mismatch..
DW_DLE_FNO
Value is 12. Unable to open file for processing.
DW_DLE_FNR
Value is 13. The file name specified is not valid.
DW_DLE_NOB
Value is 15. The input file format is not recognized.
DW_DLE_BADBITC
Value is 22. Invalid/Incompatible address size detected.
DW_DLE_DBG_ALLOC
Value is 23. Unable to malloc a Dwarf_Debug/Dwarf_P_Debug object.
DW_DLE_FSTAT_ERROR
Value is 24. fstat() failed.
DW_DLE_FSTAT_MODE_ERROR
Value is 25. The file mode bits do not indicate that the file being opened is a normal file.
DW_DLE_INIT_ACCESS_WRONG
Value is 26. The file access mode specified is not valid.
DW_DLE_ELF_BEGIN_ERROR
Value is 27. A call to elf_begin() failed.
DW_DLE_ELF_GETEHDR_ERROR
Value is 28. A call to elf32_getehdr() or elf64_getehdr() failed.
DW_DLE_ELF_GETSHDR_ERROR
Value is 29. A call to elf32_getshdr() or elf64_getshdr() failed.
DW_DLE_ELF_STRPTR_ERROR
Value is 30. A call to elf_strptr() failed trying to get a section name.
DW_DLE_DEBUG_INFO_DUPLICATE
Value is 31. More than one .debug_info section was found.
DW_DLE_DEBUG_INFO_NULL
Value is 32. The .debug_info section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_ABBREV_DUPLICATE
Value is 33. More than one .debug_abbrev section was found.
DW_DLE_DEBUG_ABBREV_NULL
Value is 34. The .debug_abbrev section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_ARANGES_DUPLICATE
Value is 35. More than one .debug_aranges section was found.
DW_DLE_DEBUG_ARANGES_NULL
Value is 36.The .debug_aranges section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_LINE_DUPLICATE
Value is 37. More than one .debug_line section was found.
DW_DLE_DEBUG_LINE_NULL
Value is 38. The .debug_line section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_LOC_DUPLICATE
Value is 39. More than one .debug_loc section was found.
DW_DLE_DEBUG_LOC_NULL
Value is 40. The .debug_loc section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_MACINFO_DUPLICATE
Value is 41. More than one .debug_macinfo section was found.
DW_DLE_DEBUG_MACINFO_NULL
Value is 42. The .debug_macinfo section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_PUBNAMES_DUPLICATE
Value is 43. More than one .debug_pubname section was found.
DW_DLE_DEBUG_PUBNAMES_NULL
Value is 44. The .debug_pubname section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_STR_DUPLICATE
Value is 45. More than one .debug_str section was found.
DW_DLE_DEBUG_STR_NULL
Value is 46. The .debug_str section is present but an error has occurred while retrieving the content.
DW_DLE_CU_LENGTH_ERROR
Value is 47. The unit header length of the compilation unit is not valid.
DW_DLE_VERSION_STAMP_ERROR
Value is 48. Incorrect Version Stamp
DW_DLE_ABBREV_OFFSET_ERROR
Value is 49. The .debug_abbrev offset is greater than the size of .debug_abbrev section..
DW_DLE_ADDRESS_SIZE_ERROR
Value is 50. The size of an address on the target machine is not valid.
DW_DLE_DIE_NULL
Value is 52. Dwarf_Die is NULL
DW_DLE_STRING_OFFSET_BAD
The .debug_str offset is greater than the size of .debug_str section.
DW_DLE_DEBUG_LINE_LENGTH_BAD
Value is 54. The length of this .debug_line segment is greater than the size of .debug_line section.
DW_DLE_LINE_PROLOG_LENGTH_BAD
Value is 55. The header length of the .debug_line header is smaller than a recognized form
DW_DLE_LINE_NUM_OPERANDS_BAD
Value is 56. The number of operands given for the line number program opcode is not valid.
DW_DLE_LINE_SET_ADDR_ERROR
Value is 57. The size of the operand specified on DW_LNE_set_address opcode does not match the size of an address on the target machine.
DW_DLE_LINE_EXT_OPCODE_BAD
Value is 58. The line number program extended opcode is not recognized.
DW_DLE_DWARF_LINE_NULL
Value is 59. Dwarf_line is NULL.
DW_DLE_INCL_DIR_NUM_BAD
Value is 60. The directory index of the Dwarf_Line object is out of range.
DW_DLE_LINE_FILE_NUM_BAD
Value is 61. The file index of the Dwarf_Line object is out of range.
DW_DLE_ALLOC_FAIL
Value is 62. The required object could not be allocated.
DW_DLE_NO_CALLBACK_FUNC
Value is 63. The callback function was not specified.
DW_DLE_SECT_ALLOC
Value is 64. Dwarf_Section or Dwarf_P_Section was not allocated.
DW_DLE_FILE_ENTRY_ALLOC
Value is 65. There is an error allocating memory to store file information in the line number table.
"DW_DLE_LINE_ALLOC
Value is 66. Dwarf_Line or Dwarf_P_Line was not allocated.
DW_DLE_FPGM_ALLOC
Value is 67. There is an error allocating memory to store information in the debug_frame section.
DW_DLE_INCDIR_ALLOC
Value is 68. There is an error allocating memory to store directory information in the line number table.
DW_DLE_STRING_ALLOC
Value is 69. String object was not allocated.
DW_DLE_CHUNK_ALLOC
Value is 70. There is an error allocating memory for an internal variable length object.
DW_DLE_CIE_ALLOC
Value is 72. Common Information Entry (CIE) was not allocated.
DW_DLE_FDE_ALLOC
Value is 73. Frame Desciption Entry (FDE) was not allocated.
DW_DLE_REGNO_OVFL
Value is 74. A register number overflow was detected.
DW_DLE_CIE_OFFS_ALLOC
Value is 75. here is an error allocating memory to store CIE_pointer in the .debug_frame section.
DW_DLE_WRONG_ADDRESS
Value is 76. Unable to encode address information in line number table.
DW_DLE_EXTRA_NEIGHBORS
Value is 77. Specifying more than one neighbor is not allowed.
DW_DLE_WRONG_TAG
Value is 78. The input DIE has an unsupported TAG value.
DW_DLE_DIE_ALLOC
Value is 79. Dwarf_Die or Dwarf_P_Die was not allocated.
DW_DLE_PARENT_EXISTS
Value is 80. A parent DIE already exist.
DW_DLE_DBG_NULL
Value is 81. Dwarf_Debug (or Dwarf_P_Debug) object does not exist.
DW_DLE_DEBUGLINE_ERROR
Value is 82. An error has occured while creating .debug_line.
DW_DLE_DEBUGFRAME_ERROR
Value is 83. An error has occured while creating .debug_frame.
DW_DLE_DEBUGINFO_ERROR
Value is 84. An error has occured while creating .debug_info.
DW_DLE_ATTR_ALLOC
Value is 85. Dwarf_Attribute/Dwarf_P_Attribute was not allocated.
DW_DLE_ABBREV_ALLOC
Value is 86. The abbreviation object was not allocated.
DW_DLE_OFFSET_UFLW
Value is 87. Offset is too large to fit in specified container.
DW_DLE_ELF_SECT_ERR
Value is 88. Unknown ELF section found.
DW_DLE_DEBUG_FRAME_LENGTH_BAD
Value is 89. The size of the length field plus the value of length is not an integral multiple of the address size.
DW_DLE_FRAME_VERSION_BAD
Value is 90. The version number of the .debug_frame section is not recognized.
DW_DLE_CIE_RET_ADDR_REG_ERROR
Value is 91. An incorrect register was specified for return address.
DW_DLE_FDE_NULL
Value is 92. Dwarf_Fde/Dwarf_P_Fde object does not exist..
DW_DLE_FDE_DBG_NULL
Value is 93. There is no Dwarf_Debug object associated with the Dwarf_Fde object.
DW_DLE_CIE_NULL
Value is 94. Dwarf_Cie object does not exist.
DW_DLE_CIE_DBG_NULL
Value is 95. There is no Dwarf_Debug associated with the Dwarf_Cie object.
DW_DLE_FRAME_TABLE_COL_BAD
Value is 96. The column in the frame table specified is not valid.
DW_DLE_PC_NOT_IN_FDE_RANGE
Value is 97. PC requested not in address range of FDE.
DW_DLE_CIE_INSTR_EXEC_ERRORspecified
Value is 98. There was an error in executing instructions in CIE.
DW_DLE_FRAME_INSTR_EXEC_ERROR
Value is 99. There was an error in executing instructions in FDE.
DW_DLE_FDE_PTR_NULL
Value is 100. Null Pointer to Dwarf_Fde .
DW_DLE_RET_OP_LIST_NULL
Value is 101. No location to store pointer to Dwarf_Frame_Op
DW_DLE_LINE_CONTEXT_NULL
Value is 102. Dwarf_Line has no context.
DW_DLE_DBG_NO_CU_CONTEXT
Value is 103. dbg has no CU context for dwarf_siblingof().
DW_DLE_DIE_NO_CU_CONTEXT
Value is 104. Dwarf_Die has no CU context.
DW_DLE_FIRST_DIE_NOT_CU
Value is 105. The first DIE in the CU is not a DW_TAG_compilation_unit.
DW_DLE_NEXT_DIE_PTR_NULL
Value is 106. There was an error when moving to next DIE in .debug_info.
DW_DLE_DEBUG_FRAME_DUPLICATE
Value is 107. More than one .debug_frame section was found.
DW_DLE_DEBUG_FRAME_NULL
Value is 108. The .debug_frame section is present but an error has occurred while retrieving the content.
DW_DLE_ABBREV_DECODE_ERROR
Value is 109. There was an error in processing .debug_abbrev section.
DW_DLE_DWARF_ABBREV_NULL
Value is 110. The Dwarf_Abbrev object specified is null.
DW_DLE_ATTR_NULL
Value is 111. The Dwarf_Attribute object specified is null.
DW_DLE_DIE_BAD
Value is 112. There was an error in processing the Dwarf_Die object.
DW_DLE_DIE_ABBREV_BAD
Value is 113. No abbreviation was found for the abbreviation code embedded in the Dwarf_Die object.
DW_DLE_ATTR_FORM_BAD
Value is 114. The attribute form for the attribute is not appropriate.
DW_DLE_ATTR_NO_CU_CONTEXT
Value is 115. There is no CU context for the Dwarf_Attribute object.
DW_DLE_ATTR_FORM_SIZE_BAD
Value is 116. The size of block in attribute value is not valid.
DW_DLE_ATTR_DBG_NULL
Value is 117. There is no Dwarf_Debug object associated with the Dwarf_Attribute object.
DW_DLE_BAD_REF_FORM
Value is 118. The form for the reference attribute is not appropriate.
DW_DLE_ATTR_FORM_OFFSET_BAD
Value is 119. The offset reference attribute is outside current CU.
DW_DLE_LINE_OFFSET_BAD
Value is 120. The offset of lines for the current CU is outside .debug_line.
DW_DLE_DEBUG_STR_OFFSET_BAD
Value is 121. The offset in .debug_str is out of range.
DW_DLE_STRING_PTR_NULL
Value is 122. The pointer to the return string parameter is NULL.
DW_DLE_PUBNAMES_VERSION_ERROR
Value is 123. The version of .debug_pubnames is not recognized.
DW_DLE_PUBNAMES_LENGTH_BAD
Value is 124. The length field in .debug_pubnames section is greater than the size of the section.
DW_DLE_GLOBAL_NULL
Value is 125. The Dwarf_Global specified is null.
DW_DLE_GLOBAL_CONTEXT_NULL
Value is 126. There was no context given for Dwarf_Global.
DW_DLE_DIR_INDEX_BAD
Value is 127. There was an error in the directory index read.
DW_DLE_LOC_EXPR_BAD
Value is 128. The location expression could not be read.
DW_DLE_DIE_LOC_EXPR_BAD
Value is 129. The expected block value for attribute was not found.
DW_DLE_ADDR_ALLOC
Value is 130. There is an error allocating memory for an internal address object.
DW_DLE_OFFSET_BAD
Value is 131. The offset for next compilation-unit in .debug_info is not valid.
DW_DLE_MAKE_CU_CONTEXT_FAIL
Value is 132. The CU context was not created.
DW_DLE_REL_ALLOC
Value is 133. There is an error allocating memory for an internal relocation object.
DW_DLE_ARANGE_OFFSET_BAD
Value is 134. The debug_arange entry has a DIE offset that is larger than the size of the .debug_info section.
DW_DLE_SEGMENT_SIZE_BAD
Value is 135. The segment size should be 0 for MIPS processors.
DW_DLE_ARANGE_LENGTH_BAD
Value is 136. The length field in .debug_aranges section is greater than the size of the section.
DW_DLE_ARANGE_DECODE_ERROR
Value is 137. The aranges do not end at the end of .debug_aranges.
DW_DLE_ARANGES_NULL
Value is 138. The Dwarf_Arange list parameter is NULL.
DW_DLE_ARANGE_NULL
Value is 139. The Dwarf_Arange parameter is NULL.
DW_DLE_NO_FILE_NAME
Value is 140. The file name parameter is NULL.
DW_DLE_NO_COMP_DIR
Value is 141. There was no Compilation directory for compilation-unit.
DW_DLE_CU_ADDRESS_SIZE_BAD
Value is 142. The CU header address size does not match the Elf class.
DW_DLE_INPUT_ATTR_BAD
Value is 143. The attribute on the input DIE is not supported.
DW_DLE_EXPR_NULL
Value is 144. The specified Dwarf_P_Expr object is NULL.
DW_DLE_BAD_EXPR_OPCODE
Value is 145. There is an unsupported DWARF expression opcode specified.
DW_DLE_EXPR_LENGTH_BAD
Value is 146. Unable to create LEB128 constant while constructing DWARF expression.
DW_DLE_BAD_RELOC
Value is 147. Relocation Information found is not correct.
DW_DLE_ELF_GETIDENT_ERROR
Value is 148. There is an error in elf_getident() on object.
DW_DLE_NO_AT_MIPS_FDE
Value is 149. The DIE does not have DW_AT_MIPS_fde attribute.
DW_DLE_NO_CIE_FOR_FDE
Value is 150. There is no CIE specified for FDE.
DW_DLE_DIE_ABBREV_LIST_NULL
Value is 151. There was no abbreviation found for the code in DIE.
DW_DLE_DEBUG_FUNCNAMES_DUPLICATE
Value is 152. More than one .debug_funcnames section was found.
DW_DLE_DEBUG_FUNCNAMES_NULL
Value is 153. The .debug_funcnames section is present but an error has occured while retrieving the content.
DW_DLE_CANNOT_LOAD_DLLSYM
Value is 154. Unable to load a symbol from DLL to continue processing.
DW_DLE_DEBUG_PUBTYPES_DUPLICATE
Value is 158. More than one .debug_pubtypes section was found.
DW_DLE_DEBUG_PUBTYPES_NULL
Value is 159. The .debug_pubtypes section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_VARNAMES_DUPLICATE
Value is 164. More than one .debug_varnames section was found.
DW_DLE_DEBUG_VARNAMES_NULL
Value is 165. The .debug_varnames section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_WEAKNAMES_DUPLICATE
Value is 170. More than one .debug_weaknames section was found.
DW_DLE_DEBUG_WEAKNAMES_NULL
Value is 171. The .debug_weaknames section is present but an error has occured while retrieving the content.
DW_DLE_LOCDESC_COUNT_WRONG
Value is 176. More than one location description found.
DW_DLE_MACINFO_STRING_NULL
Value is 177. The specified macro name is NULL.
DW_DLE_MACINFO_STRING_EMPTY
Value is 178. The specified macro name has zero length.
DW_DLE_MACINFO_INTERNAL_ERROR_SPACE
Value is 179. An error has occurred during construction of .debug_macinfo.
DW_DLE_MACINFO_MALLOC_FAIL
Value is 180. Failed to allocate internal object for writing .debug_macinfo.
DW_DLE_DEBUGMACINFO_ERROR
Value is 181. An error has occured during writing of .debug_macinfo.
DW_DLE_DEBUG_MACRO_LENGTH_BAD
Value is 182. The specified offset is beyond the size of .debug_macinfo.
DW_DLE_DEBUG_MACRO_INTERNAL_ERR
Value is 184. An error has occured during reading of .debug_macinfo.
DW_DLE_DEBUG_MACRO_MALLOC_SPACE
Value is 185. Failed to allocate internal object for reading .debug_macinfo.
DW_DLE_DEBUG_MACRO_INCONSISTENT
Value is 186. Conflicting information found while processing .debug_macinfo.
DW_DLE_DF_NO_CIE_AUGMENTATION
Value is 187. No CIE augmentation was found.
DW_DLE_DF_REG_NUM_TOO_HIGH
Value is 188. The call frame register is too big.
DW_DLE_DF_MAKE_INSTR_NO_INIT
Value is 189. Call frame information has not been initialized.
DW_DLE_DF_NEW_LOC_LESS_OLD_LOC
Value is 190. New instruction offset is less than the old instruction offset.
DW_DLE_DF_POP_EMPTY_STACK
Value is 191. The stack is empty while processing .debug_frame
DW_DLE_DF_ALLOC_FAIL
Value is 192. The internal object for reading .debug_frame was not allocated.
DW_DLE_DF_FRAME_DECODING_ERROR
Value = 193. An error has occurred while reading .debug_frame.
DW_DLE_FLAG_BIT_IDX_BAD
Value = 194. The bit index is out of range.
DW_DLE_RETURN_PTR_NUL
Value = 195. The pointer to the return parameter is NULL.
DW_DLE_LINE_TABLE_ALLOC
Value = 196. Memory allocation failed in creating line number table.
DW_DLE_LINE_TABLE_NULL
Value = 197. The line-number table is empty.
DW_DLE_FILE_ENTRY_BODY
Value = 198. A file entry already exists in the line-number program.
DW_DLE_SECTION_NULL
Value = 200. The given debug section is NULL.
DW_DLE_SECTION_INACTIVE
Value = 201. The given debug section is inactive.
DW_DLE_DEBUG_SRCATTR_ERROR
Value = 202. An error occurred processing .debug_srcattr.
DW_DLE_DEBUG_SRCTEXT_ERROR
Value = 203. An error occurred processing .debug_srctext .
DW_DLE_HASHMAP_ERROR
Value = 204. An internal error occurred while accessing the internal hash table.
DW_DLE_DEBUG_SRCFILES_ERROR
Value = 205. An error occurred processing .debug_srcfiles.
DW_DLE_DEBUG_PPA_ERROR
Value = 206. An error occurred processing .debug_ppa.
DW_DLE_DEBUG_STR_ERROR
Value = 207. An error occurred processing .debug_str.
DW_DLE_DEBUG_XREF_ERROR
Value = 208. An error occurred processing .debug_xref.
DW_DLE_DEBUG_XREF_DUPLICATE
Value = 209. More than one .debug_xref section was found.
DW_DLE_DEBUG_XREF_NULL
Value = 210. The .debug_xref section is present but an error has occured while retrieving the content.
DW_DLE_SRCATTR_LINE_BAD
Value = 211. The line number found within .debug_srcattr is not greater than 0.
DW_DLE_SRCATTR_OFFSET_BAD
Value = 212. An invalid offset was found in .debug_srcattr.
DW_DLE_SECTION_NAME_NULL
Value = 213. The name of the section is NULL.
DW_DLE_SECTION_NAME_BAD
Value = 214. An unknown debug-section name has been detected.
DW_DLE_LINE_OWNER_BAD
Value = 215. The line-number program does not have a valid owner.
DW_DLE_DEBUG_PPA_DUPLICATE
Value = 216. More than one .debug_ppa section was found.
DW_DLE_DEBUG_PPA_NULL
Value = 217. The .debug_ppa section is present but an error has occured while retrieving the content.
DW_DLE_DEBUG_SRCFILES_DUPLICATE
Value = 218. More than one .debug_srcfiles section was found.
DW_DLE_DEBUG_SRCFILES_NULL
Value = 219. The .debug_srcfiles section is present but an error has occurred while retrieving the content.
DW_DLE_DEBUG_SRCINFO_DUPLICATE
Value = 220. More than one .debug_srcinfo section was found.
DW_DLE_DEBUG_SRCINFO_NULL
Value = 221. The .debug_srctext section is present but an error has occurred while retrieving the content.
DW_DLE_DEBUG_SRCTEXT_DUPLICATE
Value = 222. More than one .debug_srctext section was found.
DW_DLE_DEBUG_SRCTEXT_NULL
Value = 223. The .debug_srctext section is present but an error has occurred while retrieving the content.
DW_DLE_DEBUG_SRCATTR_DUPLICATE
Value = 224. More than one .debug_srcattr section was found.
DW_DLE_DEBUG_SRCATTR_NULL
Value = 225. The .debug_srcattr section is present but an error has occurred while retrieving the content.
DW_DLE_DEBUG_SRCATTR_DECODE
Value = 226. An internal error occurred while processing .debug_srcattr section.
DW_DLE_SRCFRAG_NULL
Value = 227. The source fragment object is NULL.
DW_DLE_ELF_STRING_NULL
Value = 228. A NULL string cannot be added into an ELF section.
DW_DLE_ELF_STRING_ALLOC
Value = 229. The memory allocation failed while creating a string in an ELF section.
DW_DLE_ELF_SYMBOL_NULL
Value = 230. The ELF-symbol name is NULL.
DW_DLE_ELF_SYMBOL_BAD
Value = 231. The ELF-symbol name is invalid.
DW_DLE_ELF_SYMBOL_ALLOC
Value = 232. The memory allocation failed when creating an ELF symbol.
DW_DLE_LINE_INFO_NULL
Value = 233. The line-number program contains no information.
DW_DLE_DEBUG_RANGES_DUPLICATE
Value = 234. More than one .debug_ranges section was found.
DW_DLE_DEBUG_RANGES_NULL
Value = 235. The .debug_ranges section is present but an error has occurred while retrieving the content.
DW_DLE_DEBUG_INFO_RELOC_DUPLICATE
Value = 236. More than one relocation section for .debug_info was found.
DW_DLE_DEBUG_INFO_RELOC_NULL
Value = 237. The .rel.debug_info section is present but an error has occurred while retrieving the content.
DW_DLE_DEBUG_LINE_RELOC_DUPLICATE
Value = 238. More than one relocation section for .debug_line was found.
DW_DLE_DEBUG_LINE_RELOC_NULL
Value = 239. The .rel.debug_line section is present but an error has occurred while retrieving the content.
DW_DLE_LINE_CONTEXT_STACK_FULL
Value = 240. The gap stack becomes full while building line context.
DW_DLE_ELF_WRITE_ERROR
Value = 241. An error occurred when writing to ELF.
DW_DLE_NAME_NULL
Value = 242. The given name is NULL.
DW_DLE_NAME_EMPTY
Value = 243. The given name is empty.
DW_DLE_ELF_NULL
Value = 244. The ELF descriptor is NULL.
DW_DLE_ELF_MACHINE_UNKNOWN
Value = 245. The hardware architecture is unknown.
DW_DLE_PC_LOCN_NULL
Value = 246. The Dwarf_PC_Locn object is NULL.
DW_DLE_SUBPGM_LOCN_NULL
Value = 247. The Dwarf_Subpgm_Locn object is NULL.
DW_DLE_FILE_INDEX_BAD
Value = 248. The file index within the line-number program is out of range.
DW_DLE_GET_LINE_FAILED
Value = 249. An error occurred during the retrieval of one or more source lines.
DW_DLE_CANNOT_LOAD_DLL
Value = 250. Unable to load the required DLL to continue processing.
DW_DLE_RANGES_DECODE_ERROR
Value = 251. The range-list entry extends beyond the end of .debug_ranges.
DW_DLE_CODESET_INVALID
Value = 252. The given codeset ID is not valid.
DW_DLE_CODESET_CONVERSION_ERROR
Value = 253. There was an error converting between codesets.
DW_DLE_STRING_NULL
Value = 254. The Dwarf_String object is NULL.
DW_DLE_PROGRAM_OBJECT_EDIT_NO
Value = 255. Program object must be bounded with EDIT=YES.
DW_DLE_CANNOT_FIND_FULLPATH
Value = 256. Unable to resolve full path name for the given file name.
DW_DLE_PROGRAM_OBJECT_PROCESS_ERROR
Value = 257. An internal error has occurred while processing the program object.
DW_DLE_LOC_LIST_DECODE_ERROR
Value = 258. Location list entry has reached the end of .debug_loc section, but has incomplete data.