Searched refs:find_sym (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFObject.h108 void relocate(void *(*find_sym)(void *context, char const *name),
121 void relocateARM(void *(*find_sym)(void *context, char const *name),
126 void relocateX86_32(void *(*find_sym)(void *context, char const *name),
131 void relocateX86_64(void *(*find_sym)(void *context, char const *name),
136 void relocateMIPS(void *(*find_sym)(void *context, char const *name),
/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c37 void *find_sym(void *context, char const *name) { function
96 RSExecRef object = rsloaderCreateExec(image, sb.st_size, find_sym, 0);
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx124 relocateARM(void *(*find_sym)(void *context, char const *name),
160 void *ext_sym = find_sym(context, sym->getName());
217 // NOTE: Callee function is an external function. Call find_sym
221 callee_addr = find_sym(context, sym->getName());
298 void *ext_sym = find_sym(context, sym->getName());
354 relocateX86_64(void *(*find_sym)(void *context, char const *name),
377 S = (Inst_t)(int64_t)find_sym(context, sym->getName());
408 relocateX86_32(void *(*find_sym)(void *context, char const *name),
431 S = (Inst_t)(uintptr_t)find_sym(context, sym->getName());
456 relocateMIPS(void *(*find_sym)(voi
[all...]
/frameworks/compile/linkloader/
H A Dmain.cpp76 // x86 64bit far jump stub, we have to ensure find_sym only returns
107 void *find_sym(void *context, char const *name) { function
158 object->relocate(find_sym, 0);

Completed in 48 milliseconds