HomeSort by relevance Sort by last modified time
    Searched refs:dlclose (Results 76 - 100 of 313) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/tests/
dlext_test.cpp 81 ASSERT_DL_ZERO(dlclose(handle_));
210 dlclose(handle2);
211 dlclose(handle);
231 dlclose(handle2);
232 dlclose(handle);
246 dlclose(handle);
264 dlclose(p);
265 dlclose(handle);
296 dlclose(handle);
316 // Check that after dlclose reserved address space is unmapped (and can be reused
    [all...]
dlfcn_symlink_support.cpp 64 dlclose(handle);
  /art/runtime/
plugin.cc 46 dlclose(res);
72 // Don't bother to actually dlclose since we are shutting down anyway and there might be small
  /external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc 12 // This sublte test assumes that after a foo.so is dlclose-d
66 // Now dlclose the shared library.
67 printf("attempting to dlclose\n");
68 if (dlclose(lib)) {
69 printf("failed to dlclose\n");
  /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...]
shadow_is_read_only.cpp 8 // RUN: %expect_crash %t dlclose %t-cfi-so.so 2>&1 | FileCheck %s
10 // RUN: %expect_crash %t dlclose %t-nocfi-so.so 2>&1 | FileCheck %s
58 const bool test_dlclose = strcmp(argv[1], "dlclose") == 0;
78 int res = dlclose(handle);
  /external/curl/packages/vms/
report_openssl_version.c 65 dlclose(libptr);
  /external/e2fsprogs/lib/ss/
get_readline.c 34 dlclose(info->readline_handle);
  /external/libxcam/xcore/
analyzer_loader.cpp 106 dlclose (_handle);
  /external/swiftshader/src/Common/
SharedLibrary.hpp 114 dlclose(library);
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 50 // TODO(pbos): Remove this dlclose() exclusion when leaks and suppressions from
53 // Skip dlclose() on AddressSanitizer as leaks including this module in the
58 if (dlclose(handle) != 0) {
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 199 dlclose(handle);
207 dlclose(handle);
214 * dlclose() when the EAP method is unregistered. */
262 dlclose(handle);
373 dlclose(handle);
  /frameworks/av/media/libstagefright/
StagefrightPluginLoader.cpp 57 dlclose(mLibHandle);
  /frameworks/base/cmds/bootanimation/iot/
BootAction.cpp 30 dlclose(mLibHandle);
  /hardware/google/av/codec2/vndk/
C2PlatformStorePluginLoader.cpp 45 dlclose(mLibHandle);
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 89 if (dlclose(api->handle)) {
  /hardware/qcom/display/msm8909/sdm/libs/utils/
sys.cpp 89 ::dlclose(lib_);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
sys.cpp 89 ::dlclose(lib_);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 88 ::dlclose(lib_);
  /hardware/qcom/display/msm8998/sdm/libs/utils/
sys.cpp 89 ::dlclose(lib_);
  /hardware/qcom/gps/msm8909w_3100/core/data-items/
DataItemsFactoryProxy.cpp 92 dlclose(dataItemLibHandle);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 60 The handle cannot be used again after calling `dlclose'. */
61 extern int dlclose (void *__handle) __THROW __nonnull ((1));
  /system/core/libvndksupport/
linker.c 69 return dlclose(handle);
  /test/vts/drivers/hal/common/component_loader/
DllLoader.cpp 29 dlclose(handle_);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifuncmain3.c 126 if (dlclose (h) != 0)

Completed in 830 milliseconds

1 2 34 5 6 7 8 91011>>