Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFObject.hxx123 relocateARM(void *(*find_sym)(void *context, char const *name), in relocateARM()
181 void *ext_func = find_sym(context, sym->getName()); in relocateARM()
226 void *ext_sym = find_sym(context, sym->getName()); in relocateARM()
253 relocateX86_64(void *(*find_sym)(void *context, char const *name), in relocateX86_64()
276 S = (Inst_t)(int64_t)find_sym(context, sym->getName()); in relocateX86_64()
304 relocateX86_32(void *(*find_sym)(void *context, char const *name), in relocateX86_32()
327 S = (Inst_t)(uintptr_t)find_sym(context, sym->getName()); in relocateX86_32()
350 relocate(void *(*find_sym)(void *context, char const *name), void *context) { in relocate()
421 relocateARM(find_sym, context, reltab, need_rel); in relocate()
424 relocateX86_32(find_sym, context, reltab, need_rel); in relocate()
[all …]
/frameworks/compile/linkloader/include/
DELFObject.h102 void relocate(void *(*find_sym)(void *context, char const *name),
115 void relocateARM(void *(*find_sym)(void *context, char const *name),
120 void relocateX86_32(void *(*find_sym)(void *context, char const *name),
125 void relocateX86_64(void *(*find_sym)(void *context, char const *name),
/frameworks/compile/linkloader/android/
Dtest-librsloader.c37 void *find_sym(void *context, char const *name) { in find_sym() function
96 RSExecRef object = rsloaderCreateExec(image, sb.st_size, find_sym, 0); in main()
/frameworks/compile/linkloader/
Dmain.cpp107 void *find_sym(void *context, char const *name) { in find_sym() function
158 object->relocate(find_sym, 0); in dump_and_run_object()