Lines Matching refs:mRSExecutable
254 mRSExecutable(NULL),
361 mRSExecutable =
366 if (!mRSExecutable) {
384 rsloaderGetSymbolAddress(mRSExecutable,
412 rsloaderGetSymbolAddress(mRSExecutable,
427 size_t func_list_size = rsloaderGetFuncCount(mRSExecutable);
429 rsloaderGetFuncNameList(mRSExecutable, func_list_size, &*func_list.begin());
433 void *func = rsloaderGetSymbolAddress(mRSExecutable, func_list[i]);
435 size_t size = rsloaderGetSymbolSize(mRSExecutable, func_list[i]);
818 return rsloaderGetSymbolAddress(mRSExecutable, name);
848 rsloaderDisposeExec(mRSExecutable);