Home
last modified time | relevance | path

Searched refs:GetSymbolStruct (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp267 ElfSymbol::GetSymbolStruct() in GetSymbolStruct() function in ElfSymbol
286 if (const Elf_Sym* symbol = GetSymbolStruct()) { in GetName()
301 if (const Elf_Sym* symbol = GetSymbolStruct()) in GetBinding()
311 if (const Elf_Sym* symbol = GetSymbolStruct()) in GetType()
321 if (const Elf_Sym* symbol = GetSymbolStruct()) in GetTargetSectionIndex()
423 if (symbol->GetSymbolStruct()) in GetSymbol()
H A DElfFile.h53 const Elf_Sym* GetSymbolStruct();