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.cpp123 _optionalSections.push_back(std::move(src)); in PEL()
124 _optionalSections.push_back(std::move(euh)); in PEL()
127 _optionalSections.push_back(std::move(mtms)); in PEL()
198 _ph->setSectionCount(2 + _optionalSections.size()); in PEL()
225 _optionalSections.push_back(std::move(section)); in populateFromRawData()
240 if (!std::all_of(_optionalSections.begin(), _optionalSections.end(), in valid()
273 for (auto& section : _optionalSections) in flatten()
300 for (const auto& section : _optionalSections) in size()
310 auto src = std::find_if(_optionalSections.begin(), _optionalSections.end(), in primarySRC()
315 if (src != _optionalSections.end()) in primarySRC()
[all …]
H A Dpel.hpp209 return _optionalSections; in optionalSections()
432 std::vector<std::unique_ptr<Section>> _optionalSections; member in openpower::pels::PEL