HomeSort by relevance Sort by last modified time
    Searched full:dlclose (Results 1 - 25 of 812) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/cachegrind/tests/
dlclose.vgtest 1 prog: dlclose
Makefile.am 16 dlclose.vgtest dlclose.stderr.exp dlclose.stdout.exp \
21 chdir clreq dlclose myprint.so
  /external/clang/test/CodeGen/
2002-01-24-HandleCallInsnSEGV.c 3 void *dlclose(void*);
7 dlclose(handle);
  /external/fio/os/windows/posix/include/
dlfcn.h 7 int dlclose(void *handle);
  /external/libxml2/os400/dlfcn/
dlfcn.h 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
30 extern int dlclose(void * handle);
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/arm/
main.out.txt 17 IMP_SYMBOL dlclose
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86/
main.out.txt 18 IMP_SYMBOL dlclose
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86_64/
main.out.txt 17 IMP_SYMBOL dlclose
  /external/python/cpython2/Modules/_ctypes/
ctypes_dlfcn.h 17 #define ctypes_dlclose dlclose
  /external/python/cpython3/Modules/_ctypes/
ctypes_dlfcn.h 17 #define ctypes_dlclose dlclose
  /bionic/tests/libs/
dlopen_check_order_reloc_nephew_answer.cpp 24 // The d-tor for this class is called on dlclose() -> __on_dlclose() -> __cxa_finalize()
25 // We use it to detect calls to prematurely unmapped libraries during dlclose.
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue4029.c 10 // Write our own versions of dlopen/dlsym/dlclose so that we represent
23 return dlclose((void*)(handle));
  /prebuilts/go/linux-x86/misc/cgo/test/
issue4029.c 10 // Write our own versions of dlopen/dlsym/dlclose so that we represent
23 return dlclose((void*)(handle));
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/arm64/
main.out.txt 25 IMP_SYMBOL dlclose
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/mips/
main.out.txt 31 IMP_SYMBOL dlclose
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/mips64/
main.out.txt 29 IMP_SYMBOL dlclose
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
main.c 23 dlclose(handle);
  /development/vndk/tools/sourcedr/sourcedr/tests/testdata/android_src/dlopen/
test.c 23 dlclose(handle);
  /external/valgrind/drd/tests/
dlopen_main.c 27 dlclose(handle);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
dl1main.c 31 dlclose (handle);
dl6amain.c 31 dlclose (handle);
dl6bmain.c 31 dlclose (handle);
dl6cmain.c 31 dlclose (handle);
dl6dmain.c 31 dlclose (handle);
  /external/compiler-rt/test/cfi/cross-dso/
dlopen.cpp 5 // RUN: %expect_crash %t1 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
11 // RUN: %expect_crash %t2 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
17 // RUN: %expect_crash %t3 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
23 // RUN: %expect_crash %t4 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
29 // RUN: %t5 dlclose 2>&1 | FileCheck --check-prefix=NCFI %s
37 // Call-after-dlclose is checked on the caller side.
38 // RUN: %expect_crash %t6 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
94 const bool test_dlclose = argc > 1 && strcmp(argv[1], "dlclose") == 0;
124 // Imitate an attacker sneaking in an executable page where a dlclose()d
132 int res = dlclose(handle)
    [all...]

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>