Home
last modified time | relevance | path

Searched refs:getSymbolValue (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbLexer.h67 virtual void getSymbolValue(YYSTYPE * value);
H A DElftosbLexer.cpp18 void ElftosbLexer::getSymbolValue(YYSTYPE * value) in getSymbolValue() function in ElftosbLexer
H A Delftosb_parser.y970 lexer->getSymbolValue(lvalp);
H A DConversionController.cpp1387 lexer.getSymbolValue(&value); in testLexer()
H A DElftosbAST.cpp332 value = sourceFile->getSymbolValue(*symbolName); in reduce()
H A Delftosb_parser.tab.cpp2794 lexer->getSymbolValue(lvalp); in yylex()
/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.h107 virtual uint32_t getSymbolValue(const std::string & name);
H A DELFSourceFile.cpp329 uint32_t ELFSourceFile::getSymbolValue(const std::string & name) in getSymbolValue() function in ELFSourceFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h291 Expected<uint64_t> getSymbolValue(DataRefImpl Symb) const;
395 return getObject()->getSymbolValue(getRawDataRefImpl()); in getValue()
H A DELFObjectFile.h555 Expected<uint64_t> SymbolValueOrErr = getSymbolValue(Symb); in getSymbolAddress()
/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
H A DCOFFObjectFile.cpp167 uint64_t Result = cantFail(getSymbolValue(Ref)); in getSymbolAddress()
H A DWasmObjectFile.cpp1511 return getSymbolValue(Symb); in getSymbolAddress()
H A DMachOObjectFile.cpp1806 return getSymbolValue(Sym); in getSymbolAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp334 static uint64_t getSymbolValue(const MCSymbol &Symbol, in getSymbolValue() function
411 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol()