Searched refs:symbolValue (Results 1 - 9 of 9) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_relocation.hpp | 124 Elf64_Addr& symbolValue, in get_entry() 143 ret = ret && symbols.get_symbol( symbol, symbolName, symbolValue, size, in get_entry() 152 calcValue = symbolValue + addend; in get_entry() 155 calcValue = symbolValue + addend - offset; in get_entry() 168 calcValue = symbolValue; in get_entry() 122 get_entry( Elf_Xword index, Elf64_Addr& offset, Elf64_Addr& symbolValue, std::string& symbolName, unsigned& type, Elf_Sxword& addend, Elf_Sxword& calcValue ) const get_entry() argument
|
/third_party/node/test/node-api/test_reference_by_node_api_version/ |
H A D | test.js | 27 const symbolValue = isLocalSymbol ? localSymbolValue : globalSymbolValue; 42 { value: symbolValue, canBeWeak: isLocalSymbol, canBeRefV8: true,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 213 void LLVMAddSymbol(const char *symbolName, void *symbolValue) { in LLVMAddSymbol() argument 214 return llvm::sys::DynamicLibrary::AddSymbol(symbolName, symbolValue); in LLVMAddSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | Support.h | 53 * value \p symbolValue. These symbols are searched before any 58 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm-c/ |
H A D | Support.h | 54 * value \p symbolValue. These symbols are searched before any 59 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | DynamicLibrary.h | 121 /// value \p symbolValue. These symbols are searched before any 124 static void AddSymbol(StringRef symbolName, void *symbolValue);
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 165 Elf64_Addr symbolValue; in checkRelocation() local 171 ASSERT_EQ( pRT->get_entry( index, offset, symbolValue, symbolName, type, in checkRelocation() 175 EXPECT_EQ( symbolValue, symbolValue_ ); in checkRelocation()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 490 void *symbolValue = nullptr; in relocateSymbol() local 511 symbolValue = reinterpret_cast<void *>((intptr_t)elfHeader + symbol.st_value + target->sh_offset); in relocateSymbol() 532 uint32_t lo = (uint32_t)(intptr_t)symbolValue | thumb; in relocateSymbol() 538 uint32_t hi = (uint32_t)(intptr_t)(symbolValue) >> 16; in relocateSymbol() 555 *patchSite = (int32_t)((intptr_t)symbolValue + *patchSite); in relocateSymbol() 558 *patchSite = (int32_t)((intptr_t)symbolValue + *patchSite - (intptr_t)patchSite); in relocateSymbol() 566 return symbolValue; in relocateSymbol() 575 void *symbolValue = nullptr; 596 symbolValue = reinterpret_cast<void *>((intptr_t)elfHeader + symbol.st_value + target->sh_offset); 614 *patchSite64 = (int64_t)((intptr_t)symbolValue [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdattst.c | 1429 UChar symbolValue = 0x0041; in TestRelativeCrash() local 1432 udat_setSymbols(icudf, UDAT_ERAS,0,&symbolValue,1, &subStatus); /* bogus values */ in TestRelativeCrash()
|
Completed in 10 milliseconds