/external/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 31 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/ |
D | CFMLateImport.c | 702 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/ |
D | DynamicLibrary.cpp | 214 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/ |
D | Support.h | 59 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Support.h | 59 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
|
/external/llvm/include/llvm-c/ |
D | Support.h | 59 void LLVMAddSymbol(const char *symbolName, void *symbolValue);
|
/external/llvm/include/llvm/Support/ |
D | DynamicLibrary.h | 99 static void AddSymbol(StringRef symbolName, void *symbolValue);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DynamicLibrary.h | 125 static void AddSymbol(StringRef symbolName, void *symbolValue);
|
/external/u-boot/lib/zstd/ |
D | fse_decompress.c | 140 size_t FSE_buildDTable_rle(FSE_DTable *dt, BYTE symbolValue) in FSE_buildDTable_rle() argument 151 cell->symbol = symbolValue; in FSE_buildDTable_rle()
|
D | fse.h | 239 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/ |
D | SubzeroReactor.cpp | 485 void *symbolValue = nullptr; in relocateSymbol() local 506 … symbolValue = 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 591 … symbolValue = 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/ |
D | cdattst.c | 1404 UChar symbolValue = 0x0041; in TestRelativeCrash() local 1407 udat_setSymbols(icudf, UDAT_ERAS,0,&symbolValue,1, &subStatus); /* bogus values */ in TestRelativeCrash()
|