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

  /development/ndk/platforms/android-3/include/
dlfcn.h 48 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
dlfcn.h 48 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 48 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 48 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 48 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /bionic/libc/include/
dlfcn.h 60 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /development/ndk/platforms/android-8/include/
dlfcn.h 60 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
dlfcn.h 60 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
dlfcn.h 60 #define RTLD_DEFAULT ((void*) 0xffffffff)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dlfcn.h 39 /* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
42 # define RTLD_DEFAULT ((void *) 0)
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 131 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */
695 if (RTLD_DEFAULT == dls)
    [all...]

Completed in 2890 milliseconds