Home | History | Annotate | Download | only in android

Lines Matching refs:RSExecRef

31 static inline RSExecRef wrap(ELFObject<32> *object) {
32 return reinterpret_cast<RSExecRef>(object);
35 static inline ELFObject<32> *unwrap(RSExecRef object) {
39 extern "C" RSExecRef rsloaderCreateExec(unsigned char const *buf,
43 RSExecRef object = rsloaderLoadExecutable(buf, buf_size);
56 extern "C" RSExecRef rsloaderLoadExecutable(unsigned char const *buf,
69 extern "C" int rsloaderRelocateExecutable(RSExecRef object_,
78 extern "C" void rsloaderUpdateSectionHeaders(RSExecRef object_,
100 extern "C" void rsloaderDisposeExec(RSExecRef object) {
104 extern "C" void *rsloaderGetSymbolAddress(RSExecRef object_,
127 extern "C" size_t rsloaderGetSymbolSize(RSExecRef object_, char const *name) {
147 extern "C" size_t rsloaderGetFuncCount(RSExecRef object) {
158 extern "C" void rsloaderGetFuncNameList(RSExecRef object,