Searched refs:ext_sym (Results 1 – 1 of 1) sorted by relevance
163 void *ext_sym = find_sym(context, sym->getName()); in relocateARM() local164 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() local304 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() local388 if (!ext_sym) { in relocateAARCH64()[all …]