Searched refs:abbrevReader (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.h118 DataReader& abbrevReader, bool& _nullEntry);
H A DAbbreviationTable.cpp47 DataReader abbrevReader(fData, fSize, 4, false);
52 status_t error = _ParseAbbreviationEntry(abbrevReader, nullEntry);
60 fSize -= abbrevReader.BytesRemaining();
79 AbbreviationTable::_ParseAbbreviationEntry(DataReader& abbrevReader, argument
82 uint32 code = abbrevReader.ReadUnsignedLEB128(0);
84 if (abbrevReader.HasOverflow()) {
92 off_t remaining = abbrevReader.BytesRemaining();
94 /* uint32 tag =*/ abbrevReader.ReadUnsignedLEB128(0);
95 /* uint8 hasChildren =*/ abbrevReader.Read<uint8>(DW_CHILDREN_no);
102 uint32 attributeName = abbrevReader
[all...]

Completed in 79 milliseconds