HomeSort by relevance Sort by last modified time
    Searched refs:RTLD_LAZY (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/test/asan/TestCases/Linux/
asan_dlopen_test.cc 11 dlopen(RT, RTLD_LAZY);
  /external/fio/os/windows/posix/include/
dlfcn.h 4 #define RTLD_LAZY 1
  /external/libxml2/os400/dlfcn/
dlfcn.h 18 #define RTLD_LAZY 000
  /external/skia/src/ports/
SkOSLibrary_posix.cpp 16 return dlopen(libraryName, RTLD_LAZY);
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-module-unloaded.cc 28 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib1
33 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2
coverage-direct-activation.cc 51 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib
coverage-direct.cc 75 void *handle1 = dlopen(argv[1], RTLD_LAZY);
  /development/ndk/platforms/android-3/include/
dlfcn.h 42 RTLD_LAZY = 1,
  /external/avahi/avahi-client/
check-nss.c 46 if ((dl = dlopen(*l, RTLD_LAZY))) {
  /external/iproute2/include/
dlfcn.h 10 #define RTLD_LAZY 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
dlfcn.h 25 #define RTLD_LAZY 0x00001 /* Lazy function call binding. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
dlfcn.h 25 #define RTLD_LAZY 0x00001 /* Lazy function call binding. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
dlfcn.h 25 #define RTLD_LAZY 0x00001 /* Lazy function call binding. */
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main3.c 12 void* handle = dlopen(argv[1], RTLD_LAZY | RTLD_GLOBAL);
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main3.c 12 void* handle = dlopen(argv[1], RTLD_LAZY | RTLD_GLOBAL);
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
dlfcn.h 42 RTLD_LAZY = 1,
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
dlfcn.h 42 RTLD_LAZY = 1,
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
dlfcn.h 42 RTLD_LAZY = 1,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dl1main.c 13 handle = dlopen("./tmpdir/libdl1.so", RTLD_GLOBAL|RTLD_LAZY);
dl6amain.c 13 handle = dlopen("./tmpdir/libdl6a.so", RTLD_GLOBAL|RTLD_LAZY);
dl6bmain.c 13 handle = dlopen("./tmpdir/libdl6b.so", RTLD_GLOBAL|RTLD_LAZY);
dl6cmain.c 13 handle = dlopen("./tmpdir/libdl6c.so", RTLD_GLOBAL|RTLD_LAZY);
dl6dmain.c 13 handle = dlopen("./tmpdir/libdl6d.so", RTLD_GLOBAL|RTLD_LAZY);
  /development/ndk/platforms/android-8/include/
dlfcn.h 54 RTLD_LAZY = 1,
  /external/compiler-rt/test/asan/TestCases/Android/
coverage-android.cc 127 dlopen(SO_DIR "/libcoverage_android_test_1.so", RTLD_LAZY);

Completed in 2800 milliseconds

1 2 3 4 5 6 7 8 9