Home
last modified time | relevance | path

Searched refs:symbolValue (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Support/
DDynamicLibrary.cpp31 void *symbolValue) { in AddSymbol() argument
33 (*ExplicitSymbols)[symbolName] = symbolValue; in AddSymbol()
186 void LLVMAddSymbol(const char *symbolName, void *symbolValue) { in LLVMAddSymbol() argument
187 return llvm::sys::DynamicLibrary::AddSymbol(symbolName, symbolValue); in LLVMAddSymbol()
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c702 UInt32 *symbolValue) in LookupSymbol() argument
728 MoreAssertQ(symbolValue != nil); in LookupSymbol()
754 err = lookup(symbolString, symbolClass, (void **) symbolValue, refCon); in LookupSymbol()
756 *symbolValue = 0; in LookupSymbol()
1013 UInt32 symbolValue; in RunRelocationEngine() local
1019 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, state.importIndex, &symbolValue); in RunRelocationEngine()
1023 *(state.relocAddress) += symbolValue; in RunRelocationEngine()
1033 UInt32 symbolValue; in RunRelocationEngine() local
1038 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, index, &symbolValue); in RunRelocationEngine()
1042 *(state.relocAddress) += symbolValue; in RunRelocationEngine()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDynamicLibrary.cpp214 void LLVMAddSymbol(const char *symbolName, void *symbolValue) { in LLVMAddSymbol() argument
215 return llvm::sys::DynamicLibrary::AddSymbol(symbolName, symbolValue); in LLVMAddSymbol()
/external/swiftshader/third_party/llvm-subzero/include/llvm-c/
DSupport.h59 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DSupport.h59 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
/external/llvm/include/llvm-c/
DSupport.h59 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
/external/llvm/include/llvm/Support/
DDynamicLibrary.h99 static void AddSymbol(StringRef symbolName, void *symbolValue);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDynamicLibrary.h125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/external/u-boot/lib/zstd/
Dfse_decompress.c140 size_t FSE_buildDTable_rle(FSE_DTable *dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
151 cell->symbol = symbolValue; in FSE_buildDTable_rle()
Dfse.h239 size_t FSE_buildCTable_rle(FSE_CTable *ct, unsigned char symbolValue);
251 size_t FSE_buildDTable_rle(FSE_DTable *dt, unsigned char symbolValue);
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp485 void *symbolValue = nullptr; in relocateSymbol() local
506symbolValue = reinterpret_cast<void *>((intptr_t)elfHeader + symbol.st_value + target->sh_offset); in relocateSymbol()
527 uint32_t lo = (uint32_t)(intptr_t)symbolValue | thumb; in relocateSymbol()
533 uint32_t hi = (uint32_t)(intptr_t)(symbolValue) >> 16; in relocateSymbol()
550 *patchSite = (int32_t)((intptr_t)symbolValue + *patchSite); in relocateSymbol()
553 *patchSite = (int32_t)((intptr_t)symbolValue + *patchSite - (intptr_t)patchSite); in relocateSymbol()
561 return symbolValue; in relocateSymbol()
570 void *symbolValue = nullptr; in relocateSymbol() local
591symbolValue = reinterpret_cast<void *>((intptr_t)elfHeader + symbol.st_value + target->sh_offset); in relocateSymbol()
609 *patchSite64 = (int64_t)((intptr_t)symbolValue + *patchSite64 + relocation.r_addend); in relocateSymbol()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcdattst.c1404 UChar symbolValue = 0x0041; in TestRelativeCrash() local
1407 udat_setSymbols(icudf, UDAT_ERAS,0,&symbolValue,1, &subStatus); /* bogus values */ in TestRelativeCrash()