Home
last modified time | relevance | path

Searched refs:dlerror (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-ipmi-blobs/
H A Dutils.cpp57 entry("ERROR=%s", sys->dlerror())); in loadLibraries()
61 sys->dlerror(); /* Clear any previous error. */ in loadLibraries()
66 const char* error = sys->dlerror(); in loadLibraries()
/openbmc/phosphor-ipmi-blobs/internal/
H A Dsys.cpp27 const char* DlSysImpl::dlerror() const in dlerror() function in blobs::internal::DlSysImpl
29 return ::dlerror(); in dlerror()
H A Dsys.hpp21 virtual const char* dlerror() const = 0;
46 const char* dlerror() const override;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A Dfltk-native-link-libdl.patch8 | Fl_Native_File_Chooser.cxx:(.text+0xf92): undefined reference to `dlerror'
12 doesn't fail on other hosts is that the functions dlopen(), dlerror() etc. have
/openbmc/phosphor-ipmi-blobs/test/
H A Ddlsys_mock.hpp17 MOCK_METHOD(const char*, dlerror, (), (const, override));
H A Dutils_unittest.cpp73 EXPECT_CALL(dlsys, dlerror()).Times(2).WillRepeatedly(Return(nullptr)); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0004-shm.c-Mark-glibc-specific-changes-so.patch25 extern char *dlerror (void) __attribute__((weak)) __THROW;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-cecloader-Match-return-type-of-function-LibCecBootlo.patch24 std::cout << dlerror() << std::endl;
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp628 "PROVIDER", name, "ERROR", dlerror()); in IpmiProvider()