Home
last modified time | relevance | path

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

12

/openbmc/openbmc/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);
36 dl = dlopen(filename, RTLD_LAZY);
H A Dfltk-native-link-libdl.patch6 | Fl_Native_File_Chooser.cxx:(.text+0x61a): undefined reference to `dlopen'
11 appears before lib/libfltk.a and causes dlopen() unresolved. The reason why it
12 doesn't fail on other hosts is that the functions dlopen(), dlerror() etc. have
15 0c1c3a771e dlfcn: Move dlopen into libc
/openbmc/linux/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()
29 vdso = dlopen("linux-vdso32.so.1", in fill_function_pointers()
32 vdso = dlopen("linux-vdso64.so.1", in fill_function_pointers()
/openbmc/phosphor-ipmi-blobs/internal/
H A Dsys.cpp32 void* DlSysImpl::dlopen(const char* filename, int flags) const in dlopen() function in blobs::internal::DlSysImpl
34 return ::dlopen(filename, flags); in dlopen()
H A Dsys.hpp31 virtual void* dlopen(const char* filename, int flags) const = 0;
47 void* dlopen(const char* filename, int flags) const override;
/openbmc/openbmc/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
H A D0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch4 Subject: [PATCH] heaptrack_inject: Include dlfcn.h for dlopen/dlclose
/openbmc/linux/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_vsyscall.c74 void *vdso = dlopen("linux-vdso.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
76 vdso = dlopen("linux-gate.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
/openbmc/linux/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()
/openbmc/phosphor-ipmi-blobs/test/
H A Ddlsys_mock.hpp18 MOCK_METHOD(void*, dlopen, (const char*, int), (const, override));
H A Dutils_unittest.cpp71 EXPECT_CALL(dlsys, dlopen(_, _)).WillOnce(Return(handle)); in TEST_F()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data/
H A D0001-Drop-x11-dependencies.patch46 # Check for dlopen
48 AC_SEARCH_LIBS(dlopen,[dl svld])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/
H A Dfltk.inc10 file://0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch \
/openbmc/phosphor-ipmi-blobs/
H A Dutils.cpp53 libHandle = sys->dlopen(p.c_str(), RTLD_NOW | RTLD_GLOBAL); in loadLibraries()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/
H A Ddo-not-use-libltdl-source-directory.patch36 LT_INIT([dlopen])
/openbmc/openbmc/poky/meta/recipes-graphics/libepoxy/
H A Dlibepoxy_1.5.10.bb2 DESCRIPTION = "It hides the complexity of dlopen(), dlsym(), \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/
H A Dheaptrack_1.2.0.bb14 file://0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch \
/openbmc/openpower-dbus-interfaces/
H A Dconfigure.ac39 LT_INIT([dlopen disable-static shared])
/openbmc/ibm-dbus-interfaces/
H A Dconfigure.ac45 LT_INIT([dlopen disable-static shared])
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c112 void *vdso = dlopen("linux-vdso.so.1", in fill_function_pointers()
115 vdso = dlopen("linux-gate.so.1", in fill_function_pointers()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/
H A Dlibusb-compat_0.1.8.bb12 # libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/
H A Dlibcec_6.0.2.bb32 # cec-client doesn't link with libcec, but uses LibCecInitialise to dlopen libcec, so do_package
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-configure-Check-for-function-from-respective-library.patch48 +AC_CHECK_LIB(dl,dlopen)
/openbmc/openbmc/poky/meta/recipes-support/nettle/
H A Dnettle_3.9.1.bb50 # Install a symlink for dlopen-test

12