Home
last modified time | relevance | path

Searched refs:dladdr (Results 26 - 50 of 54) sorted by relevance

123

/third_party/skia/tools/
H A DCrashHandler.cpp110 if (dladdr(stack[i], &info) && info.dli_sname) { in handler()
/third_party/python/Mac/Tools/
H A Dpythonw.c65 if (dladdr(Py_Initialize, &info) == 0) { in get_python_path()
/third_party/mesa3d/src/util/
H A Ddisk_cache.h102 if (!dladdr(ptr, &info) || !info.dli_fname) { in disk_cache_get_function_timestamp()
H A Du_debug_stack.c138 if (dladdr(addr, &dlinfo) && dlinfo.dli_fname && in frame_info()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_posix.cpp34 if (dladdr(moduleOrSymbol, &dlInfo) == 0) in GetModulePath()
/third_party/skia/third_party/externals/dawn/src/common/
H A DSystemUtils.cpp145 if (dladdr(&placeholderSymbol, &dlInfo) == 0) { in GetModulePath()
/third_party/musl/porting/linux/user/src/gwp_asan/
H A Dgwp_asan.c68 extern int dladdr(const void *addr, Dl_info *info);
260 if (dladdr(trace_buffer[i], &info)) { in gwp_asan_printf_backtrace()
/third_party/musl/src/gwp_asan/linux/
H A Dgwp_asan.c68 extern int dladdr(const void *addr, Dl_info *info);
260 if (dladdr(trace_buffer[i], &info)) { in gwp_asan_printf_backtrace()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_test.cpp364 int ret = dladdr(fn, &dlInfo); in HWTEST_F()
391 int ret = dladdr(fn, &dlInfo); in HWTEST_F()
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/
H A Dbacktrace.c134 (void)dladdr(addr, &dli); in format_address()
/third_party/alsa-lib/src/
H A Ddlmisc.c134 if (dladdr(snd_dlopen, &dlinfo) > 0) in snd_dlopen()
/third_party/pulseaudio/src/pulse/
H A Dutil.c261 int err = dladdr(&_main, &info); in pa_get_binary_name()
/third_party/node/src/
H A Ddebug_utils.cc99 const bool have_info = dladdr(address, &info);
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp584 if (dladdr(stack[i], &info) && info.dli_sname)
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp193 if (dladdr(retAddr, &info) != 0) { in ReportDumpCatcherStats()
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c280 dladdr((void *)buffer[i], &info); in get_backtrace_info()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c265 dladdr((void *)buffer[i], &info); in get_backtrace_info()
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp93 if (dladdr((void*)SetHwIcuDirectory, &info) != 0) { in Init()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp120 backParam = dladdr(ptr, dlInfo); in DlaDdr()
1357 {"dladdr", nullptr, DlaDdr, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1247 pub fn dladdr(addr: *mut ::c_void, info: *mut Dl_info) -> ::c_int; in dladdr() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1189 pub fn dladdr(addr: *const ::c_void, info: *mut Dl_info) -> ::c_int; in dladdr() functions
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dfw.c143 section_info->dladdr = in rtw89_fw_hdr_parser_v0()
209 section_info->dladdr = in rtw89_fw_hdr_parser_v1()
H A Dfw.h216 u32 dladdr; member
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c2252 int dladdr(const void *addr_arg, Dl_info *info) in dladdr() function
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c2251 int dladdr(const void *addr_arg, Dl_info *info) in dladdr() function

Completed in 45 milliseconds

123