Lines Matching +defs:symbol +defs:name
210 std::string name = m_file->getSectionNameAtIndex(header.sh_name); in createDataSource() local
261 const Elf32_Sym & symbol = m_file->getSymbolAtIndex(symbolIndex); in getEntryPointAddress() local
297 DataTarget * ELFSourceFile::createDataTargetForSymbol(const std::string & symbol) in createDataTargetForSymbol()
323 bool ELFSourceFile::hasSymbol(const std::string & name) in hasSymbol()
325 Elf32_Sym symbol; in hasSymbol() local
329 uint32_t ELFSourceFile::getSymbolValue(const std::string & name) in getSymbolValue()
358 unsigned ELFSourceFile::getSymbolSize(const std::string & name) in getSymbolSize()
360 Elf32_Sym symbol; in getSymbolSize() local
374 bool ELFSourceFile::lookupSymbol(const std::string & name, Elf32_Sym & info) in lookupSymbol()
382 const Elf32_Sym & symbol = m_file->getSymbolAtIndex(i); in lookupSymbol() local
468 std::string name = m_elf->getSectionNameAtIndex(section.sh_name); in addSection() local