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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
dlfcn.h 42 #define RTLD_NODELETE 0x01000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
dlfcn.h 42 #define RTLD_NODELETE 0x01000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
dlfcn.h 42 #define RTLD_NODELETE 0x01000
  /bionic/libc/include/
dlfcn.h 68 RTLD_NODELETE = 0x01000,
  /external/compiler-rt/test/tsan/
dlclose.cc 37 RTLD_NOW|RTLD_NODELETE);
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py 83 RTLD_NODELETE = 0x01000
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 83 RTLD_NODELETE = 0x01000
  /libnativehelper/
JniInvocation.cpp 106 // Load with RTLD_NODELETE in order to ensure that libart.so is not unmapped when it is closed.
110 const int kDlopenFlags = RTLD_NOW | RTLD_NODELETE;
  /system/core/libnativeloader/
native_loader.cpp 159 dlopen(soname.c_str(), RTLD_NOW | RTLD_NODELETE);
  /bionic/tests/
dlfcn_test.cpp 598 // RTLD_GLOBAL implies RTLD_NODELETE, let's check that
640 void* handle = dlopen("libtest_nodelete_1.so", RTLD_NOW | RTLD_NODELETE);
686 // This RTLD_NODELETE should be ignored
687 void* handle1 = dlopen("libtest_nodelete_2.so", RTLD_NOW | RTLD_NODELETE);
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /hardware/intel/common/libva/va/
va.c 232 handle = dlopen( driver_path, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE );
    [all...]

Completed in 210 milliseconds