Lines Matching refs:mRSExecutable
220 mRSExecutable(NULL), in Compiler()
407 mRSExecutable = in compile()
412 if (!mRSExecutable) { in compile()
417 rsloaderUpdateSectionHeaders(mRSExecutable, in compile()
425 VarList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
433 FuncList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
441 ForEachList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
449 size_t func_list_size = rsloaderGetFuncCount(mRSExecutable); in compile()
451 rsloaderGetFuncNameList(mRSExecutable, func_list_size, &*func_list.begin()); in compile()
455 void *func = rsloaderGetSymbolAddress(mRSExecutable, func_list[i]); in compile()
457 size_t size = rsloaderGetSymbolSize(mRSExecutable, func_list[i]); in compile()
654 return rsloaderGetSymbolAddress(mRSExecutable, name); in getSymbolAddress()
677 rsloaderDisposeExec(mRSExecutable); in ~Compiler()