Home
last modified time | relevance | path

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

/art/runtime/
Dplugin.cc43 dlsym(res, PLUGIN_INITIALIZATION_FUNCTION_NAME)); in Load()
62 dlsym(handle, PLUGIN_DEINITIALIZATION_FUNCTION_NAME)); in Unload()
Djava_vm_ext.cc166 return dlsym(handle_, symbol_name.c_str()); in FindSymbolWithoutNativeBridge()
Doat_file.cc931 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/tools/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/test/986-native-method-bind/
Dnative_bind.cc87 *out_address = dlsym(RTLD_DEFAULT, new_symbol_chars); in doJvmtiMethodBind()
/art/runtime/jit/
Djit.cc227 jit_load_ = reinterpret_cast<void* (*)(bool*)>(dlsym(jit_library_handle_, "jit_load")); in LoadCompilerLibrary()
234 dlsym(jit_library_handle_, "jit_unload")); in LoadCompilerLibrary()
241 dlsym(jit_library_handle_, "jit_compile_method")); in LoadCompilerLibrary()
248 dlsym(jit_library_handle_, "jit_types_loaded")); in LoadCompilerLibrary()
/art/dex2oat/linker/
Delf_writer_test.cc53 TEST_F(ElfWriterTest, dlsym) { in TEST_F() argument
/art/sigchainlib/
Dsigchain.cc124 void* sym = dlsym(RTLD_NEXT, name); in lookup_next_symbol()
126 sym = dlsym(RTLD_DEFAULT, name); in lookup_next_symbol()
/art/runtime/ti/
Dagent.cc156 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.cc205 return dlsym(handle, name); in JVM_FindLibraryEntry()
/art/test/115-native-bridge/
Dnativebridge.cc473 void* sym = dlsym(handle, name); in native_bridge_getTrampoline()
/art/compiler/optimizing/
Dgraph_visualizer.cc124 dlsym(libart_disassembler_handle_, "create_disassembler")); in HGraphVisualizerDisassembler()