Home
last modified time | relevance | path

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

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