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

  /bionic/libdl/
libdl.c 24 int dladdr(const void *addr, Dl_info *info) { return 0; } function
  /bionic/linker/
dlfcn.cpp 118 int dladdr(const void* addr, Dl_info* info) { function
152 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0dl_unwind_find_exidx\0"
158 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0dl_iterate_phdr\0"
182 ELF32_SYM_INITIALIZER(29, &dladdr, 1),
  /external/chromium_org/third_party/openssl/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))
  /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))

Completed in 166 milliseconds