HomeSort by relevance Sort by last modified time
    Searched refs:find_sym (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/linkloader/include/
ELFObject.h 108 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/
test-librsloader.c 37 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/
ELFObject.hxx 124 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)(void *context, char const *name)
    [all...]
  /frameworks/compile/linkloader/
main.cpp 76 // 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 36 milliseconds