I've code across an elf file with dwarf information produced by a tricore-gcc compiler from HighTec. It contains dwarf attribute encoding 0x05 which isn't mentioned in the standard version 4 which reads
DW_AT_sibling 0x01 reference DW_AT_location 0x02 exprloc, loclistptr DW_AT_name 0x03 string DW_AT_ordering 0x09 constant
and in the standard version 5 it's "reserved". Didn't find it in any older standard either.
Anyone knows what coe 0x05 is?