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

  /bionic/libc/include/
dlfcn.h 71 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0)
74 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0xffffffff)
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn.h 78 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn.h 78 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 38 /* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
41 # define RTLD_DEFAULT ((void *) 0)
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 319 milliseconds