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

  /external/iproute2/include/
dlfcn.h 23 static inline void *dlsym(void *handle, const char *sym) function
  /bionic/libdl/
libdl_static.c 31 void* dlsym(void* handle __unused, const char* symbol __unused) { function
libdl.cpp 114 void* dlsym(void* handle, const char* symbol) { function
  /external/libxml2/os400/
wrappers.h 63 #define dlsym _lx_dlsym macro
  /external/python/cpython2/PC/os2emx/
dlfcn.c 157 void *dlsym(void *handle, char *symbol) function
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn_simple.c 54 extern void * dlsym(void * handle, const char *symbol) __attribute__((weak_import));
62 #define dlsym darwin_dlsym macro
147 /* dlsymIntern is used by dlsym to find the symbol */
213 /* dlsym, prepend the underscore and call dlsymIntern */
256 ctypes_dlsym = dlsym;
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn_simple.c 54 extern void * dlsym(void * handle, const char *symbol) __attribute__((weak_import));
62 #define dlsym darwin_dlsym macro
147 /* dlsymIntern is used by dlsym to find the symbol */
213 /* dlsym, prepend the underscore and call dlsymIntern */
256 ctypes_dlsym = dlsym;
  /external/libxml2/os400/dlfcn/
dlfcn.c 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
986 dlsym(void * handle, const char * symbol) function
1038 if (_fini = dlsym(handle, "_fini"))
1133 if (!(dlip->actcount++) && (_init = dlsym(dlip, "_init")))
  /toolchain/binutils/binutils-2.27/bfd/
plugin.c 52 dlsym (void *handle, const char *name) function
224 onload = dlsym (plugin_handle, "onload");
  /external/fio/os/windows/
posix.c 208 void *dlsym(void *handle, const char *name) function
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 54 dlsym(void *handle, const char *name) function
205 void* ptr = dlsym(this->handle_, "onload");
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 195 dlsym (void *handle, const char *name) function
1012 onloadfn = (ld_plugin_onload) dlsym (curplug->dlhandle, "onload");
1014 onloadfn = (ld_plugin_onload) dlsym (curplug->dlhandle, "_onload");
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 377 milliseconds