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

  /external/qemu/
dynlink-static.c 46 const char* dlerror(void) function
  /bionic/libdl/
libdl.c 22 const char *dlerror(void) { return 0; } function
  /external/iproute2/include/
dlfcn.h 29 static inline char *dlerror(void) function
  /external/bluetooth/glib/gmodule/
gmodule-dl.c 37 /* dlerror() is not implemented on all systems
41 # define dlerror() g_strerror (errno) macro
44 # define dlerror() "unknown dl-error" macro
81 gchar *msg = dlerror ();
gmodule-os2.c 37 /* dlerror() is not implemented on all systems
41 # define dlerror() "unknown dl-error" macro
80 g_module_set_error (dlerror ());
125 g_module_set_error (dlerror ());
  /bionic/linker/
dlfcn.c 70 const char *dlerror(void) function
171 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
177 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
206 st_value: (Elf32_Addr) &dlerror,
  /external/ping/
ping.c 2112 char *dlerror(void) { return 0; } function
    [all...]