Home
last modified time | relevance | path

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

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