Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:mRSExecutable

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