Searched refs:sym (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Djava_lang_Runtime.cc55 void* sym = dlsym(RTLD_DEFAULT, "android_update_LD_LIBRARY_PATH"); local
56 if (sym != NULL) {
58 Fn android_update_LD_LIBRARY_PATH = reinterpret_cast<Fn>(sym);
/art/runtime/
H A Dcommon_test.h386 void* sym = dlsym(RTLD_DEFAULT, "u_cleanup_" U_ICU_VERSION_SHORT); local
387 CHECK(sym != NULL);
388 IcuCleanupFn icu_cleanup_fn = reinterpret_cast<IcuCleanupFn>(sym);
H A Djni_internal.cc3199 void* sym = dlsym(handle, "JNI_OnLoad"); local
3200 if (sym == NULL) {
3209 JNI_OnLoadFn jni_on_load = reinterpret_cast<JNI_OnLoadFn>(sym);

Completed in 148 milliseconds