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

/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx160 void *ext_sym = find_sym(context, sym->getName()); local
161 if (!ext_sym) {
164 S = (Inst_t)(uintptr_t)ext_sym;
165 sym->setAddress(ext_sym);
298 void *ext_sym = find_sym(context, sym->getName()); local
299 if (!ext_sym) {
302 S = (Inst_t)(uintptr_t)ext_sym;
303 sym->setAddress(ext_sym);

Completed in 5 milliseconds