Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 25 of 149) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/nettle/
H A Ddlopen-test.patch11 testsuite/dlopen-test.c | 2 +-
14 diff --git a/testsuite/dlopen-test.c b/testsuite/dlopen-test.c
16 --- a/testsuite/dlopen-test.c
17 +++ b/testsuite/dlopen-test.c
22 - void *handle = dlopen ("../libnettle." SO_EXT, RTLD_NOW);
23 + void *handle = dlopen ("libnettle.so", RTLD_NOW);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A D0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch4 Subject: [PATCH] Fl_Preferences.cxx: do not use dlopen in case glibc's headers
12 | dl = dlopen(filename, RTLD_LAZY);
14 …k-native/1.3.4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx:1741:36: error: ‘dlopen’ was not declared …
15 | dl = dlopen(filename, RTLD_LAZY);
34 dl = dlopen(filename, RTLD_LAZY);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch105 -void* dlopen(const char* filename, int flag) noexcept
106 +void* dlopen(const char* filename, int flag) NOEXECPT
108 if (!hooks::dlopen) {
110 @@ -316,7 +322,7 @@ void* dlopen(const char* filename, int flag) noexcept
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dvdso_restorer.c50 void *vdso = dlopen("linux-vdso.so.1", in main()
53 vdso = dlopen("linux-gate.so.1", in main()
H A Dtest_vdso.c92 void *vdso = dlopen("linux-vdso.so.1", in fill_function_pointers()
95 vdso = dlopen("linux-gate.so.1", in fill_function_pointers()
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dsetup.c26 perf_gtk_handle = dlopen(PERF_GTK_DSO, RTLD_LAZY); in setup_gtk_browser()
30 perf_gtk_handle = dlopen(buf, RTLD_LAZY); in setup_gtk_browser()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dgettime_perf.c23 void *vdso = dlopen("linux-vdso.so.1", in fill_function_pointers()
26 vdso = dlopen("linux-gate.so.1", in fill_function_pointers()
/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloader.c106 if (!(ret = dlopen(module, RTLD_LAZY | RTLD_GLOBAL))) { in LoaderOpen()
127 global_scope = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL); in LoaderSymbol()
H A Dsymbol-test.c44 ret = dlopen(argv[i], RTLD_GLOBAL | RTLD_NOW); in main()
/OK3568_Linux_fs/buildroot/package/bind/
H A Dbind.mk97 --without-dlopen \
101 --with-dlopen \
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data/
H A D0001-Drop-x11-dependencies.patch42 # Check for dlopen
44 AC_SEARCH_LIBS(dlopen,[dl svld])
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Ddlfcn.h18 void *dlopen(const char *filename, int flags);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Ddlfcn.h18 void *dlopen(const char *filename, int flags);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Ddlfcn.h18 void *dlopen(const char *filename, int flags);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Ddlfcn.h18 void *dlopen(const char *filename, int flags);
/OK3568_Linux_fs/buildroot/package/libp11/
H A DConfig.in3 depends on !BR2_STATIC_LIBS # dlopen
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/
H A Dv4l-utils_%.bbappend10 # The chromium will dlopen it
/OK3568_Linux_fs/buildroot/package/unixodbc/
H A DConfig.in3 depends on !BR2_STATIC_LIBS # dlopen()
/OK3568_Linux_fs/buildroot/package/mbuffer/
H A DConfig.in3 depends on !BR2_STATIC_LIBS # dlopen()
/OK3568_Linux_fs/external/xserver/m4/
H A Dltoptions.m471 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
108 # dlopen
110 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
114 [_LT_SET_OPTION([LT_INIT], [dlopen])
117 put the 'dlopen' option into LT_INIT's first parameter.])
/OK3568_Linux_fs/buildroot/package/htop/
H A DConfig.in4 depends on !BR2_STATIC_LIBS # dlopen()
/OK3568_Linux_fs/buildroot/package/keyutils/
H A DConfig.in4 depends on !BR2_STATIC_LIBS # dlopen
/OK3568_Linux_fs/buildroot/package/vde2/
H A DConfig.in4 depends on !BR2_STATIC_LIBS # dlopen()
/OK3568_Linux_fs/buildroot/package/inadyn/
H A DConfig.in4 depends on !BR2_STATIC_LIBS # dlopen()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dcxx_tests.cpp46 handle = dlopen("b3091a65-9751-4784-abf7-0298a7cc35ba", in ta_entry_cxx_ctor_shlib_dl()

123456