Home
last modified time | relevance | path

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

/art/runtime/
Dplugin.cc43 dlsym(res, PLUGIN_INITIALIZATION_FUNCTION_NAME)); in Load()
62 dlsym(handle, PLUGIN_DEINITIALIZATION_FUNCTION_NAME)); in Unload()
Doat_file.cc903 reinterpret_cast<const uint8_t*>(dlsym(dlopen_handle_, symbol_name.c_str())); in FindDynamicSymbolAddress()
/art/simulator/
Dcode_simulator_container.cc40 dlsym(libart_simulator_handle_, "CreateCodeSimulator")); in CodeSimulatorContainer()
/art/libdexfile/external/
Ddex_file_supp.cc64 CLASS::g_##DLFUNC = reinterpret_cast<decltype(DLFUNC)*>(dlsym(handle, #DLFUNC)); \ in LoadLibdexfileExternal()
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc72 reinterpret_cast<AgentUnloadFunction>(dlsym(dlopen_handle, kOnUnload)), in ProxyJavaVM()
75 attach = reinterpret_cast<AgentLoadFunction>(dlsym(dlopen_handle, kOnAttach)); in ProxyJavaVM()
76 load = reinterpret_cast<AgentLoadFunction>(dlsym(dlopen_handle, kOnLoad)); in ProxyJavaVM()
/art/libartpalette/apex/
Dpalette.cc90 method = dlsym(palette_lib, name); in GetMethod()
/art/test/986-native-method-bind/
Dnative_bind.cc87 *out_address = dlsym(RTLD_DEFAULT, new_symbol_chars); in doJvmtiMethodBind()
/art/dex2oat/linker/
Delf_writer_test.cc56 TEST_F(ElfWriterTest, dlsym) { in TEST_F() argument
/art/sigchainlib/
Dsigchain.cc103 void* sym = dlsym(RTLD_NEXT, name); // NOLINT glibc triggers cert-dcl16-c with RTLD_NEXT. in lookup_next_symbol()
105 sym = dlsym(RTLD_DEFAULT, name); in lookup_next_symbol()
/art/runtime/ti/
Dagent.cc162 return dlsym(dlopen_handle_, name.c_str()); in FindSymbol()
/art/test/ti-agent/
Djni_binder.cc108 void* sym = dlsym(RTLD_DEFAULT, mangled_name.c_str()); in BindMethod()
/art/openjdkjvm/
DOpenjdkJvm.cc201 return dlsym(handle, name); in JVM_FindLibraryEntry()
/art/test/115-native-bridge/
Dnativebridge.cc474 void* sym = dlsym(handle, name); in native_bridge_getTrampoline()
/art/compiler/optimizing/
Dgraph_visualizer.cc123 dlsym(libart_disassembler_handle_, "create_disassembler")); in HGraphVisualizerDisassembler()
/art/runtime/jit/
Djit.cc217 *address = reinterpret_cast<T>(dlsym(jit_library_handle_, name)); in LoadSymbol()
/art/runtime/jni/
Djava_vm_ext.cc174 return dlsym(handle_, symbol_name.c_str()); in FindSymbolWithoutNativeBridge()