HomeSort by relevance Sort by last modified time
    Searched refs:dli_sname (Results 1 - 16 of 16) sorted by null

  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn.h 48 const char *dli_sname; /* Name of nearest symbol */ member in struct:dl_info
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn.h 48 const char *dli_sname; /* Name of nearest symbol */ member in struct:dl_info
  /external/swiftshader/third_party/subzero/src/
LinuxMallocProfiling.cpp 86 if (dli.dli_sname == NULL) {
89 *Ls << dli.dli_sname;
  /external/tensorflow/tensorflow/core/platform/default/
stacktrace.h 54 if (info.dli_sname != nullptr) {
55 symbol = info.dli_sname;
  /bionic/libc/include/
dlfcn.h 43 const char* dli_sname; member in struct:__anon264
44 /* Exact address of symbol named in dli_sname. */
  /art/test/986-native-method-bind/
native_bind.cc 65 if (dladdr(address, &addr_info) == 0 || addr_info.dli_sname == nullptr) {
70 ScopedLocalRef<jstring> sym_name(env, env->NewStringUTF(addr_info.dli_sname));
86 if (strcmp(new_symbol_chars, addr_info.dli_sname) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 93 __const char *dli_sname; /* Name of nearest symbol. */ member in struct:__anon62125
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc 35 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
44 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
  /bionic/tests/
stack_unwinding_test.cpp 49 symbol = info.dli_sname;
dlfcn_test.cpp     [all...]
  /external/perfetto/src/base/
debug_crash_stack_trace.cc 176 if (res && dl_info.dli_sname)
177 strncpy(sym.sym_name, dl_info.dli_sname, sizeof(sym.sym_name));
  /bionic/libc/malloc_debug/
backtrace.cpp 145 symbol = info.dli_sname;
  /external/libunwind_llvm/src/
AddressSpace.hpp 527 if (dyldInfo.dli_sname != NULL) {
528 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 1352 char *dli_sname; member in struct:dlinfo
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 556 milliseconds