Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 25 of 30) 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/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/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/openbmc/poky/meta/recipes-core/systemd/
H A Ddlopen-deps.inc68 for dep in parse(extract_segment(f, ".note.dlopen"), elf.isLittleEndian()):
74 bb.note(f"{pkg}: adding {dependency} on {package} via .note.dlopen")
/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/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/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/
H A Dlibcec_7.0.0.bb29 # cec-client doesn't link with libcec, but uses LibCecInitialise to dlopen libcec, so do_package
/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/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.10.1.bb52 # Install a symlink for dlopen-test
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0004-Fix-libtool-detection.patch36 +LT_INIT([dlopen disable-static])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl_1.2.15.bb54 --disable-video-picogui --disable-video-qtopia --enable-sdl-dlopen \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/
H A Dbit7z_4.0.9.bb86 # these are loaded via dlopen, so need explicit rdepends
/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/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst68 * Libraries loaded dynamically, e.g. with dlopen/dlsym, since the library was

12