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

  /external/qemu/
dynlink-static.c 22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
28 /* mimick succesful load, then all calls to dlsym/dlvsym will fail */
36 void* dlsym(void) function
  /bionic/libdl/
libdl.c 23 void *dlsym(void *handle, const char *symbol) { return 0; } function
  /external/iproute2/include/
dlfcn.h 22 static inline void *dlsym(void *handle, const char *sym) function
  /bionic/linker/
dlfcn.c 76 void *dlsym(void *handle, const char *symbol) function
170 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
176 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
182 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
207 st_value: (Elf32_Addr) &dlsym,
  /external/ping/
ping.c 2067 void *dlsym(void *handle, const char *symbol) { return 0; } function
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 82 milliseconds