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

  /ndk/sources/android/support/src/
libdl_support.c 48 static dladdr_func_t p_dladdr = 0; local
49 if (!p_dladdr && !initialized) {
51 // Other thread may enter here simultaneously but p_dladdr should be
55 p_dladdr = 0;
57 p_dladdr = (dladdr_func_t)dlsym(libdl, "dladdr");
62 return p_dladdr? p_dladdr(addr, info) : 0;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi/thumb/
libc++_shared.so 
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/thumb/
libc++_shared.so 
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/mips/
libc++_shared.so 
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/x86/
libc++_shared.so 

Completed in 595 milliseconds