Home
last modified time | relevance | path

Searched refs:dladdr (Results 1 – 25 of 61) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/ldso/
Ddladdr.c33 int ret = dladdr((void *)test1, &info); in dladdr_0100()
51 int ret = dladdr(NULL, &info); in dladdr_0200()
Dtest_src_functionalext_supplement_ldso.gni18 "dladdr",
/third_party/python/Modules/_ctypes/darwin/
Ddlfcn_simple.c57 extern int dladdr(const void *, Dl_info *) __attribute__((weak_import));
65 #define dladdr darwin_dladdr macro
260 ctypes_dladdr = dladdr; in ctypes_dlfcn_init()
Ddlfcn.h66 extern int dladdr(const void *, Dl_info *);
/third_party/openssl/crypto/dso/
Ddso_dlfcn.c313 static int dladdr(void *address, Dl_info *dl) in dladdr() function
339 static int dladdr(void *ptr, Dl_info *dl) in dladdr() function
422 if (dladdr(addr, &dli)) { in dlfcn_pathbyaddr()
/third_party/musl/src/ldso/
Ddladdr.c9 weak_alias(stub_dladdr, dladdr);
/third_party/python/Modules/_ctypes/
Dctypes_dlfcn.h18 #define ctypes_dladdr dladdr
/third_party/musl/porting/liteos_m/kernel/include/
Ddlfcn.h34 int dladdr(const void *, Dl_info *);
/third_party/musl/porting/uniproton/kernel/include/
Ddlfcn.h34 int dladdr(const void *, Dl_info *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddlfcn.h34 int dladdr(const void *, Dl_info *);
/third_party/musl/include/
Ddlfcn.h34 int dladdr(const void *, Dl_info *);
/third_party/musl/ndk_musl_include/
Ddlfcn.h41 int dladdr(const void *, Dl_info *);
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.cpp42 if(dladdr(&dummy_symbol, &dl_info) != 0) in getModuleDirectory()
/third_party/musl/porting/linux/user/include/
Ddlfcn.h173 int dladdr(const void *, Dl_info *);
/third_party/rust/crates/libloading/src/os/unix/
Dmod.rs409 if dladdr(self.pointer, info.as_mut_ptr()) != 0 { in fmt()
435 fn dladdr(addr: *mut raw::c_void, info: *mut DlInfo) -> raw::c_int; in dladdr() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp83 dladdr(C.first, &dli); in ~LinuxMallocProfiling()
/third_party/libunwind/src/
Ddl-iterate-phdr.c75 && dladdr (ehdr, &canonical_info) != 0 in dl_iterate_phdr()
/third_party/flutter/skia/third_party/externals/angle2/util/posix/
DPosix_crash_handler.cpp108 if (dladdr(stack[i], &info) && info.dli_sname)
/third_party/skia/tools/
DCrashHandler.cpp110 if (dladdr(stack[i], &info) && info.dli_sname) { in handler()
/third_party/mesa3d/src/util/
Dbuild_id.c112 if (!dladdr(addr, &info)) in build_id_find_nhdr_for_addr()
Ddisk_cache.h102 if (!dladdr(ptr, &info) || !info.dli_fname) { in disk_cache_get_function_timestamp()
/third_party/python/Mac/Tools/
Dpythonw.c65 if (dladdr(Py_Initialize, &info) == 0) { in get_python_path()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dbacktrace.c69 dladdr((void *)buffer[i], &info); in backtrace_symbols()
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp34 if (dladdr(moduleOrSymbol, &dlInfo) == 0) in GetModulePath()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp224 if (dladdr(&dummySymbol, &dlInfo) != 0) in PosixLibrary()

123