| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/nettle/ |
| H A D | dlopen-test.patch | 11 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 D | 0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch | 4 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 D | 0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch | 105 -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 D | vdso_restorer.c | 50 void *vdso = dlopen("linux-vdso.so.1", in main() 53 vdso = dlopen("linux-gate.so.1", in main()
|
| H A D | test_vdso.c | 92 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 D | setup.c | 26 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 D | gettime_perf.c | 23 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 D | loader.c | 106 if (!(ret = dlopen(module, RTLD_LAZY | RTLD_GLOBAL))) { in LoaderOpen() 127 global_scope = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL); in LoaderSymbol()
|
| H A D | symbol-test.c | 44 ret = dlopen(argv[i], RTLD_GLOBAL | RTLD_NOW); in main()
|
| /OK3568_Linux_fs/buildroot/package/bind/ |
| H A D | bind.mk | 97 --without-dlopen \ 101 --with-dlopen \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data/ |
| H A D | 0001-Drop-x11-dependencies.patch | 42 # 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 D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
| /OK3568_Linux_fs/buildroot/package/libp11/ |
| H A D | Config.in | 3 depends on !BR2_STATIC_LIBS # dlopen
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/ |
| H A D | v4l-utils_%.bbappend | 10 # The chromium will dlopen it
|
| /OK3568_Linux_fs/buildroot/package/unixodbc/ |
| H A D | Config.in | 3 depends on !BR2_STATIC_LIBS # dlopen()
|
| /OK3568_Linux_fs/buildroot/package/mbuffer/ |
| H A D | Config.in | 3 depends on !BR2_STATIC_LIBS # dlopen()
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | ltoptions.m4 | 71 _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 D | Config.in | 4 depends on !BR2_STATIC_LIBS # dlopen()
|
| /OK3568_Linux_fs/buildroot/package/keyutils/ |
| H A D | Config.in | 4 depends on !BR2_STATIC_LIBS # dlopen
|
| /OK3568_Linux_fs/buildroot/package/vde2/ |
| H A D | Config.in | 4 depends on !BR2_STATIC_LIBS # dlopen()
|
| /OK3568_Linux_fs/buildroot/package/inadyn/ |
| H A D | Config.in | 4 depends on !BR2_STATIC_LIBS # dlopen()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | cxx_tests.cpp | 46 handle = dlopen("b3091a65-9751-4784-abf7-0298a7cc35ba", in ta_entry_cxx_ctor_shlib_dl()
|