ElfSymbol
ElfSymbol::ElfSymbol(ElfSection* section, int32 index)
ElfSymbol::~ElfSymbol()
ElfSymbol::SetTo(ElfSection* section, int32 index)
ElfSymbol::Unset()
ElfSymbol::GetSymbolStruct()
ElfSymbol::GetName()
ElfSymbol::GetBinding()
ElfSymbol::GetType()
ElfSymbol::GetTargetSectionIndex()
ElfRelocation::GetSymbol(ElfSymbol* symbol)
class ElfSymbol {
ElfSymbol(ElfSection* section = NULL,
~ElfSymbol();
status_t GetSymbol(ElfSymbol* symbol);
ElfSymbol symbol;
class ElfSymbol;