Home
last modified time | relevance | path

Searched refs:_optionalSections (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp121 _optionalSections.push_back(std::move(src)); in PEL()
122 _optionalSections.push_back(std::move(euh)); in PEL()
125 _optionalSections.push_back(std::move(mtms)); in PEL()
196 _ph->setSectionCount(2 + _optionalSections.size()); in PEL()
223 _optionalSections.push_back(std::move(section)); in populateFromRawData()
238 if (!std::all_of(_optionalSections.begin(), _optionalSections.end(), in valid()
271 for (auto& section : _optionalSections) in flatten()
298 for (const auto& section : _optionalSections) in size()
309 _optionalSections.begin(), _optionalSections.end(), [](auto& section) { in primarySRC()
313 if (src != _optionalSections.end()) in primarySRC()
[all …]
H A Dpel.hpp210 return _optionalSections; in optionalSections()
446 std::vector<std::unique_ptr<Section>> _optionalSections; member in openpower::pels::PEL