Lines Matching full:section
3 #include "section.hpp"
14 * This class is used for a PEL section when there is no other class to use.
17 * every section type.
19 class Generic : public Section
39 * @brief Flatten the section into the stream
46 * @brief Returns the size of this section when flattened into a PEL
48 * @return size_t - the size of the section
52 return Section::headerSize() + _data.size(); in flattenedSize()
56 * @brief Returns the raw section data
74 * @brief Validates the section contents
76 * Updates _valid (in Section) with the results.
81 * @brief The section data