Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFObject.hxx226 void *ext_sym = find_sym(context, sym->getName()); in relocateARM() local
227 S = (Inst_t)(uintptr_t)ext_sym; in relocateARM()
228 sym->setAddress(ext_sym); in relocateARM()