Home
last modified time | relevance | path

Searched refs:ResolveSymbol (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dplugin.cpp36 if (auto initRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("Initialize")); initRes.HasValue()) {
40 if (auto apRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("AfterParse")); apRes.HasValue()) {
44 if (auto acRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("AfterCheck")); acRes.HasValue()) {
48 if (auto alRes = os::library_loader::ResolveSymbol(h_, FullNameForProcedure("AfterLowerings")); alRes.HasValue()) {
/arkcompiler/runtime_core/tests/fuzztest/resolvesymbol_fuzzer/
H A Dresolvesymbol_fuzzer.cpp37 panda::os::library_loader::ResolveSymbol(*res, "StartDebug"); in ResolveSymbolFuzzTest()
38 panda::os::library_loader::ResolveSymbol(*res, "StopDebug"); in ResolveSymbolFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/
H A Dloadable_agent.cpp40 auto loadCallback = os::library_loader::ResolveSymbol(handle.Value(), loadCallbackName_); in Load()
47 auto unloadCallback = os::library_loader::ResolveSymbol(handle.Value(), unloadCallbackName_); in Load()
/arkcompiler/toolchain/inspector/
H A Dlibrary_loader.cpp48 void* ResolveSymbol(void* handle, std::string_view symbol) in ResolveSymbol() function
77 void* ResolveSymbol(void* handle, std::string_view symbol)
H A Dlibrary_loader.h24 void* ResolveSymbol(void* handle, std::string_view symbol);
H A Dinspector.cpp117 return ResolveSymbol(g_handle, symbol); in GetArkDynFunction()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dlibrary_loader_resolve_symbol.cpp28 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dlibrary_loader_resolve_symbol.cpp22 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_native_library.h40 return os::library_loader::ResolveSymbol(handle_, name); in FindSymbol()
H A Dets_native_library_provider.h35 void *ResolveSymbol(const PandaString &name) const;
H A Dets_native_library_provider.cpp88 void *NativeLibraryProvider::ResolveSymbol(const PandaString &name) const in ResolveSymbol() function in ark::ets::NativeLibraryProvider
H A Dets_vm.cpp524 auto ptr = nativeLibraryProvider_.ResolveSymbol(PandaString(name)); in ResolveNativeMethod()
529 ptr = nativeLibraryProvider_.ResolveSymbol(PandaString(name)); in ResolveNativeMethod()
/arkcompiler/runtime_core/libpandabase/os/
H A Dlibrary_loader.h37 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name);
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dlibrary_loader.cpp32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() function
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dlibrary_loader.cpp32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dlibrary_loader.h48 PANDA_PUBLIC_API Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H A Dgc_hung.cpp123 auto zrhungSendEventDlsym = os::library_loader::ResolveSymbol(libimonitorDlHandler_, "zrhung_send_event"); in LoadLibimonitor()
131 auto zrhungGetConfigDlsym = os::library_loader::ResolveSymbol(libimonitorDlHandler_, "zrhung_get_config"); in LoadLibimonitor()
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.cpp35 auto sym = ark::os::library_loader::ResolveSymbol(handle, name); in LoadSymbol()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4517 auto sym = panda::os::library_loader::ResolveSymbol(handle.Value(), "StartDebug"); in StartDebuggerCheckParameters()
4594 auto sym = panda::os::library_loader::ResolveSymbol(handle, "StartDebug"); in StartDebuggerForOldProcess()
4649 auto sym = panda::os::library_loader::ResolveSymbol(handle, "StartDebugForSocketpair"); in StartDebuggerForSocketPair()
4718 auto symOfStoreDebuggerInfo = panda::os::library_loader::ResolveSymbol( in NotifyDebugMode()
4730 auto sym = panda::os::library_loader::ResolveSymbol( in NotifyDebugMode()
4745 auto symOfWaitForDebugger = panda::os::library_loader::ResolveSymbol( in NotifyDebugMode()
4801 auto symOfStoreDebuggerInfo = panda::os::library_loader::ResolveSymbol( in StoreDebugInfo()
4811 auto sym = panda::os::library_loader::ResolveSymbol(handler, "InitializeDebuggerForSocketpair"); in StoreDebugInfo()
4844 auto sym = panda::os::library_loader::ResolveSymbol(handle, "StopDebug"); in StopDebugger()
4887 auto sym = panda::os::library_loader::ResolveSymbol(handl in StopDebugger()
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp772 auto initRes = os::library_loader::ResolveSymbol(handler, funcName); in LoadAopTransformLibFunc()
774 std::string msg = "os::library_loader::ResolveSymbol get func Transform error: " + initRes.Error().ToString(); in LoadAopTransformLibFunc()

Completed in 18 milliseconds