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

/haiku/src/kits/debugger/dwarf/
H A DTagNames.cpp98 static const uint32 kTagNameInfoCount = DW_TAG_immutable_type + 5;
106 if (info.tag <= DW_TAG_immutable_type)
109 sTagNames[DW_TAG_immutable_type + 1 + (info.tag
120 if (tag <= DW_TAG_immutable_type)
124 return sTagNames[DW_TAG_immutable_type + 1 + (tag
H A DDwarf.h78 DW_TAG_immutable_type = 0x4b, enumerator in enum:__anon1

Completed in 35 milliseconds