OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRSExecutable
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp
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)
[
all
...]
ScriptCached.h
74
RSExecRef
mRSExecutable
;
MCCacheReader.cpp
353
rsloaderGetSymbolAddress(mpResult->
mRSExecutable
, strPool[export_var_name_list_raw->strp_indexs[i]]);
377
rsloaderGetSymbolAddress(mpResult->
mRSExecutable
, strPool[export_func_name_list_raw->strp_indexs[i]]);
438
mpResult->
mRSExecutable
=
Compiler.h
106
RSExecRef
mRSExecutable
;
ScriptCached.cpp
115
return rsloaderGetSymbolAddress(
mRSExecutable
, name);
Completed in 1873 milliseconds