HomeSort by relevance Sort by last modified time
    Searched defs:RTLD_NEXT (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
dlfcn.h 61 #define RTLD_NEXT ((void*) 0xfffffffe)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dlfcn.h 33 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
37 # define RTLD_NEXT ((void *) -1l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 33 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
37 # define RTLD_NEXT ((void *) -1l)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 33 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
37 # define RTLD_NEXT ((void *) -1l)
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 130 #define RTLD_NEXT ((void *) -1) /* Search subsequent objects. */
659 if ((RTLD_NEXT == dls) || (RTLD_SELF == dls))
688 error("RTLD_SELF and RTLD_NEXT are not supported");
    [all...]

Completed in 7978 milliseconds

12