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

  /bionic/libdl/
libdl.c 28 int dladdr(const void* addr __unused, Dl_info* info __unused) { return 0; } function
  /bionic/linker/
dlfcn.cpp 132 int dladdr(const void* addr, Dl_info* info) { function
187 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0dl_unwind_find_exidx\0"
192 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0"
207 ELFW(SYM_INITIALIZER)( 29, &dladdr, 1),
  /external/openssl/crypto/dso/
dso_dlfcn.c 65 # define _GNU_SOURCE /* make sure dladdr is declared */
407 This is a quote from IRIX manual for dladdr(3c):
409 <dlfcn.h> does not contain a prototype for dladdr or definition of
411 but contains no dladdr prototype and no IRIX library contains an
436 static int dladdr(void *address, Dl_info *dl) function
457 if (dladdr(addr,&dli))
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 24 // dladdr only exits in API >= 8. Call to our my_dladdr in android/support for dynamic lookup
34 #define dladdr my_dladdr macro
318 if (!dladdr(addr, &dlinfo))
389 if (dladdr((void *)addr, &dyldInfo)) {

Completed in 196 milliseconds