Searched defs:symbolValue (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Support/
H A DDynamicLibrary.cpp31 void *symbolValue) {
33 (*ExplicitSymbols)[symbolName] = symbolValue;
186 void LLVMAddSymbol(const char *symbolName, void *symbolValue) { argument
187 return llvm::sys::DynamicLibrary::AddSymbol(symbolName, symbolValue);
30 AddSymbol(StringRef symbolName, void *symbolValue) argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDynamicLibrary.cpp46 void *symbolValue) {
50 (*ExplicitSymbols)[symbolName] = symbolValue;
45 AddSymbol(StringRef symbolName, void *symbolValue) argument
/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp216 void *symbolValue = nullptr; local
237 symbolValue = reinterpret_cast<void*>((intptr_t)elfHeader + symbol.st_value + target->sh_offset);
255 uint32_t lo = (uint32_t)(intptr_t)symbolValue | thumb;
261 uint32_t hi = (uint32_t)(intptr_t)(symbolValue) >> 16;
278 *patchSite = (int32_t)((intptr_t)symbolValue + *patchSite);
281 // *patchSite = (int32_t)((intptr_t)symbolValue + *patchSite - (intptr_t)patchSite);
289 return symbolValue;
300 void *symbolValue = nullptr;
321 symbolValue = reinterpret_cast<void*>((intptr_t)elfHeader + symbol.st_value + target->sh_offset);
335 *(int64_t*)patchSite = (int64_t)((intptr_t)symbolValue
[all...]
/external/python/cpython2/Mac/Modules/cg/
H A DCFMLateImport.c702 UInt32 *symbolValue)
709 // The routine sets the word pointed to by symbolValue to the
715 // function and passes the resulting symbol address back in symbolValue.
728 MoreAssertQ(symbolValue != nil);
754 err = lookup(symbolString, symbolClass, (void **) symbolValue, refCon);
756 *symbolValue = 0;
1013 UInt32 symbolValue; local
1019 err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, state.importIndex, &symbolValue);
1023 *(state.relocAddress) += symbolValue;
1033 UInt32 symbolValue; local
699 LookupSymbol(CFMLateImportLookupProc lookup, void *refCon, PEFLoaderInfoHeader *loaderSection, UInt32 symbolIndex, UInt32 *symbolValue) argument
1109 UInt32 symbolValue; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1402 UChar symbolValue = 0x0041; local
1405 udat_setSymbols(icudf, UDAT_ERAS,0,&symbolValue,1, &subStatus); /* bogus values */
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 3626 milliseconds