AbbreviationTable
AbbreviationTable::AbbreviationTable(off_t offset)
AbbreviationTable::~AbbreviationTable()
AbbreviationTable::Init(const void* section, off_t sectionSize)
AbbreviationTable::GetAbbreviationEntry(uint32 code, AbbreviationEntry& entry)
AbbreviationTable::_ParseAbbreviationEntry(DataReader& abbrevReader,
class AbbreviationTable : public DoublyLinkedListLinkImpl<AbbreviationTable> {
AbbreviationTable(off_t offset);
~AbbreviationTable();
BaseUnit::SetAbbreviationTable(AbbreviationTable* abbreviationTable)
class AbbreviationTable;
AbbreviationTable* GetAbbreviationTable() const
AbbreviationTable* abbreviationTable);
AbbreviationTable* fAbbreviationTable;
AbbreviationTable* abbreviationTable;
AbbreviationTable* abbreviationTable;
BaseUnit* unit, AbbreviationTable* abbreviationTable,
AbbreviationTable* abbreviationTable = unit->GetAbbreviationTable();
DwarfFile::_GetAbbreviationTable(off_t offset, AbbreviationTable*& _table)
AbbreviationTable* table = it.Next();) {
AbbreviationTable* table = new(std::nothrow) AbbreviationTable(offset);
while (AbbreviationTable* table = fAbbreviationTables.RemoveHead())
typedef DoublyLinkedList<AbbreviationTable> AbbreviationTableList;
AbbreviationTable* abbreviationTable,
AbbreviationTable*& _table);
class AbbreviationTable;