Searched defs:ext_sym (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx163 void *ext_sym = find_sym(context, sym->getName()); local
164 if (!ext_sym) {
167 S = (Inst_t)(uintptr_t)ext_sym;
168 sym->setAddress(ext_sym);
303 void *ext_sym = find_sym(context, sym->getName()); local
304 if (!ext_sym) {
307 S = (Inst_t)(uintptr_t)ext_sym;
308 sym->setAddress(ext_sym);
387 void *ext_sym = find_sym(context, sym->getName()); local
388 if (!ext_sym) {
[all...]

Completed in 6 milliseconds