Home
last modified time | relevance | path

Searched refs:section_header_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp136 EncoreBootImage::section_header_t header; in readSectionTable()
182 mac.update((const uint8_t *)&(*it), sizeof(EncoreBootImage::section_header_t)); in readKeyDictionary()
313 EncoreBootImage::section_header_t & header = m_sections[index]; in readSection()
H A DEncoreBootImageReader.h32 typedef std::vector<EncoreBootImage::section_header_t> section_array_t;
H A Dsbtool.cpp330 const EncoreBootImage::section_header_t & sectionHeader = *it; in readBootImage()
560 void dumpSectionHeader(const EncoreBootImage::section_header_t & header) in dumpSectionHeader()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp140 assert(sizeOfPaddingForCipherBlocks(sizeof(section_header_t)) == 0); in writeToStream()
141 section_header_t sectionHeader; in writeToStream()
352 …onHeaderSize = ENDIAN_HOST_TO_LITTLE_U16((uint16_t)numberOfCipherBlocks(sizeof(section_header_t))); in prepareImageHeader()
432 offset += numberOfCipherBlocks(sizeof(section_header_t)) * sectionCount(); // section table in getSectionOffset()
490 const uint32_t sectionHeaderSize = numberOfCipherBlocks(sizeof(section_header_t)); in getImageSize()
1125 void EncoreBootImage::Section::fillSectionHeader(section_header_t & header) in fillSectionHeader()
H A DEncoreBootImage.h190 struct section_header_t struct
218 section_header_t m_sections[1]; //!< The table entries.
729 virtual void fillSectionHeader(section_header_t & header);