Searched refs:ElfSymbol (Results 1 – 4 of 4) sorted by relevance
44 class ElfSymbol {46 ElfSymbol(ElfSection* section = NULL,48 ~ElfSymbol();79 status_t GetSymbol(ElfSymbol* symbol);
234 ElfSymbol::ElfSymbol(ElfSection* section, int32 index) in ElfSymbol() function in ElfSymbol242 ElfSymbol::~ElfSymbol() in ~ElfSymbol()249 ElfSymbol::SetTo(ElfSection* section, int32 index) in SetTo()258 ElfSymbol::Unset() in Unset()267 ElfSymbol::GetSymbolStruct() in GetSymbolStruct()283 ElfSymbol::GetName() in GetName()298 ElfSymbol::GetBinding() in GetBinding()308 ElfSymbol::GetType() in GetType()318 ElfSymbol::GetTargetSectionIndex() in GetTargetSectionIndex()415 ElfRelocation::GetSymbol(ElfSymbol* symbol) in GetSymbol()
42 class ElfSymbol; variable
158 ElfSymbol symbol; in GetSymbolRelocations()