Home
last modified time | relevance | path

Searched defs:getSymbolValue (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbLexer.cpp18 void ElftosbLexer::getSymbolValue(YYSTYPE * value) in getSymbolValue() function in ElftosbLexer
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.h118 virtual uint32_t getSymbolValue(const std::string & name) { return 0; } in getSymbolValue() function
H A DELFSourceFile.cpp329 uint32_t ELFSourceFile::getSymbolValue(const std::string & name) in getSymbolValue() function in ELFSourceFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp57 Expected<uint64_t> ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() function in ObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp334 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function