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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
dlfcn.h 28 #define RTLD_NOLOAD 0x00004 /* Do not load the object. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dlfcn.h 28 #define RTLD_NOLOAD 0x00004 /* Do not load the object. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dlfcn.h 28 #define RTLD_NOLOAD 0x00004 /* Do not load the object. */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 80 RTLD_NOLOAD = 0x00004
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 124 #define RTLD_NOLOAD 0x10
991 #ifdef RTLD_NOLOAD
992 if (isFlagSet(mode, RTLD_NOLOAD))
994 error("no existing handle and RTLD_NOLOAD specified");
    [all...]

Completed in 58 milliseconds