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

  /bionic/libc/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address member in struct:__anon149
43 in dli_sname */
  /development/ndk/platforms/android-8/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address member in struct:__anon1623
43 in dli_sname */
  /development/ndk/platforms/android-L/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address member in struct:__anon1901
43 in dli_sname */
  /external/openssl/crypto/dso/
dso_dlfcn.c 425 const char * dli_sname; member in struct:Dl_info
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 890 char *dli_sname; member in struct:dlinfo
901 if (info->dli_sname)
902 __msan_unpoison(info->dli_sname, REAL(strlen)(info->dli_sname) + 1);
    [all...]

Completed in 215 milliseconds