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

  /frameworks/rs/driver/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/rs/driver/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/rs/driver/linkloader/include/impl/
ELFObject.hxx 124 relocateARM(void *(*find_sym)(void *context, char const *name),
161 void *ext_sym = find_sym(context, sym->getName());
220 // NOTE: Callee function is an external function. Call find_sym
224 callee_addr = find_sym(context, sym->getName());
301 void *ext_sym = find_sym(context, sym->getName());
357 relocateX86_64(void *(*find_sym)(void *context, char const *name),
380 S = (Inst_t)(int64_t)find_sym(context, sym->getName());
411 relocateX86_32(void *(*find_sym)(void *context, char const *name),
434 S = (Inst_t)(uintptr_t)find_sym(context, sym->getName());
459 relocateMIPS(void *(*find_sym)(void *context, char const *name)
    [all...]
  /frameworks/rs/driver/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 64 milliseconds