Home
last modified time | relevance | path

Searched refs:DW_FORM_strx1 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarf.h280 DW_FORM_strx1 = 0x25, // string enumerator
H A DDwarfFile.cpp1776 case DW_FORM_strx1: in _ParseEntryAttributes()
1781 size_t numBytes = attributeForm - DW_FORM_strx1 + 1; in _ParseEntryAttributes()