2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
6 #include "SymbolInfo.h"
9 SymbolInfo::SymbolInfo()
19 SymbolInfo::SymbolInfo(target_addr_t address
, target_size_t size
, uint32 type
,
30 SymbolInfo::~SymbolInfo()
36 SymbolInfo::SetTo(target_addr_t address
, target_size_t size
, uint32 type
,