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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
dlfcn.h 28 #define RTLD_NOLOAD 0x00004 /* Do not load the object. */
  /external/qemu/distrib/sdl-1.2.12/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 47 milliseconds