Lines Matching full:section
3 #include "section.hpp"
14 * This represents the User Data section in a PEL. It is free form data
16 * and sub-type fields in the section header are used to identify the
19 * The Section base class handles the section header structure that every
20 * PEL section has at offset zero.
22 class UserData : public Section
57 * @brief Flatten the section into the stream
64 * @brief Returns the size of this section when flattened into a PEL
66 * @return size_t - the size of the section
70 return Section::flattenedSize() + _data.size(); in flattenedSize()
74 * @brief Returns the raw section data
84 * @brief Get the section contents in JSON
95 * @brief Shrink the section
116 * @brief Validates the section contents
118 * Updates _valid (in Section) with the results.
123 * @brief The section data