Home
last modified time | relevance | path

Searched refs:getSymbolAtIndex (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/common/
DStELFFile.cpp358 const Elf32_Sym & StELFFile::getSymbolAtIndex(unsigned inIndex) in getSymbolAtIndex() function in StELFFile
418 const Elf32_Sym & symbol = getSymbolAtIndex(symbolIndex); in getIndexOfSymbolAtAddress()
444 const Elf32_Sym & symbol = getSymbolAtIndex(symbolIndex); in getTypeOfSymbolAtIndex()
459 const Elf32_Sym & mappingSymCountSym = getSymbolAtIndex(1); in getTypeOfSymbolAtIndex()
472 const Elf32_Sym & mappingSym = getSymbolAtIndex(mappingSymIndex); in getTypeOfSymbolAtIndex()
523 const Elf32_Sym & symbol = getSymbolAtIndex(i); in dumpSymbolTable()
DELFSourceFile.cpp261 const Elf32_Sym & symbol = m_file->getSymbolAtIndex(symbolIndex); in getEntryPointAddress()
305 const Elf32_Sym & symbolHeader = m_file->getSymbolAtIndex(i); in createDataTargetForSymbol()
336 const Elf32_Sym & symbolHeader = m_file->getSymbolAtIndex(i); in getSymbolValue()
382 const Elf32_Sym & symbol = m_file->getSymbolAtIndex(i); in lookupSymbol()
DStELFFile.h133 const Elf32_Sym & getSymbolAtIndex(unsigned inIndex);