Home
last modified time | relevance | path

Searched refs:rsloaderGetSymbolAddress (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp425 VarList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
433 FuncList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
441 ForEachList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
455 void *func = rsloaderGetSymbolAddress(mRSExecutable, func_list[i]); in compile()
654 return rsloaderGetSymbolAddress(mRSExecutable, name); in getSymbolAddress()
DMCCacheReader.cpp352rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_var_name_list_raw->strp_indexs[i]… in readVarNameList()
376rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_func_name_list_raw->strp_indexs[i… in readFuncNameList()
400rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_foreach_name_list_raw->strp_index… in readForEachNameList()
DScriptCached.cpp117 return rsloaderGetSymbolAddress(mRSExecutable, name); in lookup()
/frameworks/compile/linkloader/android/
Dlibrsloader.h46 void *rsloaderGetSymbolAddress(RSExecRef object, char const *name);
Dtest-librsloader.c104 (int (*)(int, char **))rsloaderGetSymbolAddress(object, "main"); in main()
Dlibrsloader.cpp104 extern "C" void *rsloaderGetSymbolAddress(RSExecRef object_, in rsloaderGetSymbolAddress() function