/third_party/musl/libc-test/src/functionalext/supplement/ldso/ |
D | dladdr.c | 33 int ret = dladdr((void *)test1, &info); in dladdr_0100() 51 int ret = dladdr(NULL, &info); in dladdr_0200()
|
D | test_src_functionalext_supplement_ldso.gni | 18 "dladdr",
|
/third_party/python/Modules/_ctypes/darwin/ |
D | dlfcn_simple.c | 57 extern int dladdr(const void *, Dl_info *) __attribute__((weak_import)); 65 #define dladdr darwin_dladdr macro 260 ctypes_dladdr = dladdr; in ctypes_dlfcn_init()
|
D | dlfcn.h | 66 extern int dladdr(const void *, Dl_info *);
|
/third_party/openssl/crypto/dso/ |
D | dso_dlfcn.c | 313 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/ |
D | dladdr.c | 9 weak_alias(stub_dladdr, dladdr);
|
/third_party/python/Modules/_ctypes/ |
D | ctypes_dlfcn.h | 18 #define ctypes_dladdr dladdr
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dlfcn.h | 34 int dladdr(const void *, Dl_info *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | dlfcn.h | 34 int dladdr(const void *, Dl_info *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | dlfcn.h | 34 int dladdr(const void *, Dl_info *);
|
/third_party/musl/include/ |
D | dlfcn.h | 34 int dladdr(const void *, Dl_info *);
|
/third_party/musl/ndk_musl_include/ |
D | dlfcn.h | 41 int dladdr(const void *, Dl_info *);
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.cpp | 42 if(dladdr(&dummy_symbol, &dl_info) != 0) in getModuleDirectory()
|
/third_party/musl/porting/linux/user/include/ |
D | dlfcn.h | 173 int dladdr(const void *, Dl_info *);
|
/third_party/rust/crates/libloading/src/os/unix/ |
D | mod.rs | 409 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/ |
D | LinuxMallocProfiling.cpp | 83 dladdr(C.first, &dli); in ~LinuxMallocProfiling()
|
/third_party/libunwind/src/ |
D | dl-iterate-phdr.c | 75 && dladdr (ehdr, &canonical_info) != 0 in dl_iterate_phdr()
|
/third_party/flutter/skia/third_party/externals/angle2/util/posix/ |
D | Posix_crash_handler.cpp | 108 if (dladdr(stack[i], &info) && info.dli_sname)
|
/third_party/skia/tools/ |
D | CrashHandler.cpp | 110 if (dladdr(stack[i], &info) && info.dli_sname) { in handler()
|
/third_party/mesa3d/src/util/ |
D | build_id.c | 112 if (!dladdr(addr, &info)) in build_id_find_nhdr_for_addr()
|
D | disk_cache.h | 102 if (!dladdr(ptr, &info) || !info.dli_fname) { in disk_cache_get_function_timestamp()
|
/third_party/python/Mac/Tools/ |
D | pythonw.c | 65 if (dladdr(Py_Initialize, &info) == 0) { in get_python_path()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | backtrace.c | 69 dladdr((void *)buffer[i], &info); in backtrace_symbols()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | system_utils_posix.cpp | 34 if (dladdr(moduleOrSymbol, &dlInfo) == 0) in GetModulePath()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | system_utils_posix.cpp | 224 if (dladdr(&dummySymbol, &dlInfo) != 0) in PosixLibrary()
|