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

/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx161 void *ext_sym = find_sym(context, sym->getName()); local
162 if (!ext_sym) {
165 S = (Inst_t)(uintptr_t)ext_sym;
166 sym->setAddress(ext_sym);
301 void *ext_sym = find_sym(context, sym->getName()); local
302 if (!ext_sym) {
305 S = (Inst_t)(uintptr_t)ext_sym;
306 sym->setAddress(ext_sym);

Completed in 29 milliseconds