Searched refs:abbreviationTable (Results 1 - 4 of 4) sorted by path

/haiku/src/kits/debugger/dwarf/
H A DBaseUnit.cpp39 BaseUnit::SetAbbreviationTable(AbbreviationTable* abbreviationTable) argument
41 fAbbreviationTable = abbreviationTable;
H A DBaseUnit.h58 AbbreviationTable* abbreviationTable);
H A DDwarfFile.cpp1282 AbbreviationTable* abbreviationTable; local
1284 abbreviationTable);
1288 unit->SetAbbreviationTable(abbreviationTable);
1296 error = _ParseDebugInfoEntry(dataReader, unit, abbreviationTable, entry,
1326 AbbreviationTable* abbreviationTable; local
1328 abbreviationTable);
1332 unit->SetAbbreviationTable(abbreviationTable);
1340 error = _ParseDebugInfoEntry(dataReader, unit, abbreviationTable, entry,
1376 BaseUnit* unit, AbbreviationTable* abbreviationTable,
1395 if (!abbreviationTable
1375 _ParseDebugInfoEntry(DataReader& dataReader, BaseUnit* unit, AbbreviationTable* abbreviationTable, DebugInfoEntry*& _entry, bool& _endOfEntryList, int level) argument
1476 AbbreviationTable* abbreviationTable = unit->GetAbbreviationTable(); local
[all...]
H A DDwarfFile.h130 AbbreviationTable* abbreviationTable,

Completed in 109 milliseconds