/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/linux/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() 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 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/linux/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_vsyscall.c | 74 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 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()
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_correctness.c | 112 void *vdso = dlopen("linux-vdso.so.1", in fill_function_pointers() 115 vdso = dlopen("linux-gate.so.1", in fill_function_pointers() 118 vdso = dlopen("linux-vdso32.so.1", in fill_function_pointers() 121 vdso = dlopen("linux-vdso64.so.1", in fill_function_pointers()
|
/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/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/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/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-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/libcec/ |
H A D | libcec_6.0.2.bb | 32 # 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 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.bb | 51 # Install a symlink for dlopen-test
|