| /openbmc/openbmc/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); 36 dl = dlopen(filename, RTLD_LAZY);
|
| H A D | fltk-native-link-libdl.patch | 6 | 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 D | sys.cpp | 32 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 D | sys.hpp | 31 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 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
|
| H A D | 0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch | 4 Subject: [PATCH] heaptrack_inject: Include dlfcn.h for dlopen/dlclose
|
| /openbmc/phosphor-ipmi-blobs/test/ |
| H A D | dlsys_mock.hpp | 18 MOCK_METHOD(void*, dlopen, (const char*, int), (const, override));
|
| H A D | utils_unittest.cpp | 71 EXPECT_CALL(dlsys, dlopen(_, _)).WillOnce(Return(handle)); in TEST_F()
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data/ |
| H A D | 0001-Drop-x11-dependencies.patch | 46 # Check for dlopen 48 AC_SEARCH_LIBS(dlopen,[dl svld])
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/ |
| H A D | fltk.inc | 10 file://0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch \
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/ |
| H A D | dlopen-deps.inc | 68 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 D | utils.cpp | 53 libHandle = sys->dlopen(p.c_str(), RTLD_NOW | RTLD_GLOBAL); in loadLibraries()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/ |
| H A D | do-not-use-libltdl-source-directory.patch | 36 LT_INIT([dlopen])
|
| /openbmc/openbmc/poky/meta/recipes-graphics/libepoxy/ |
| H A D | libepoxy_1.5.10.bb | 2 DESCRIPTION = "It hides the complexity of dlopen(), dlsym(), \
|
| /openbmc/openpower-dbus-interfaces/ |
| H A D | configure.ac | 39 LT_INIT([dlopen disable-static shared])
|
| /openbmc/ibm-dbus-interfaces/ |
| H A D | configure.ac | 45 LT_INIT([dlopen disable-static shared])
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/ |
| H A D | libcec_7.0.0.bb | 29 # 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 D | libusb-compat_0.1.8.bb | 12 # 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 D | 0001-configure-Check-for-function-from-respective-library.patch | 48 +AC_CHECK_LIB(dl,dlopen)
|
| /openbmc/openbmc/poky/meta/recipes-support/nettle/ |
| H A D | nettle_3.10.1.bb | 52 # Install a symlink for dlopen-test
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0004-Fix-libtool-detection.patch | 36 +LT_INIT([dlopen disable-static])
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
| H A D | libsdl_1.2.15.bb | 54 --disable-video-picogui --disable-video-qtopia --enable-sdl-dlopen \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/ |
| H A D | bit7z_4.0.9.bb | 86 # these are loaded via dlopen, so need explicit rdepends
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/ |
| H A D | heaptrack_1.2.0.bb | 14 file://0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch \
|
| /openbmc/qemu/docs/devel/ |
| H A D | control-flow-integrity.rst | 68 * Libraries loaded dynamically, e.g. with dlopen/dlsym, since the library was
|