OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_header_t
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h
32
typedef std::vector<EncoreBootImage::
section_header_t
> section_array_t;
EncoreBootImageReader.cpp
136
EncoreBootImage::
section_header_t
header;
182
mac.update((const uint8_t *)&(*it), sizeof(EncoreBootImage::
section_header_t
));
313
EncoreBootImage::
section_header_t
& header = m_sections[index];
sbtool.cpp
330
const EncoreBootImage::
section_header_t
& sectionHeader = *it;
560
void dumpSectionHeader(const EncoreBootImage::
section_header_t
& header)
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
181
//! \brief Section flags constants for the m_flags field of #elftosb::EncoreBootImage::
section_header_t
.
190
struct
section_header_t
struct in class:elftosb::EncoreBootImage
205
//! #elftosb::EncoreBootImage::
section_header_t
::m_tag.
218
section_header_t
m_sections[1]; //!< The table entries.
729
virtual void fillSectionHeader(
section_header_t
& header);
EncoreBootImage.cpp
140
assert(sizeOfPaddingForCipherBlocks(sizeof(
section_header_t
)) == 0);
141
section_header_t
sectionHeader;
352
header.m_sectionHeaderSize = ENDIAN_HOST_TO_LITTLE_U16((uint16_t)numberOfCipherBlocks(sizeof(
section_header_t
)));
432
offset += numberOfCipherBlocks(sizeof(
section_header_t
)) * sectionCount(); // section table
490
const uint32_t sectionHeaderSize = numberOfCipherBlocks(sizeof(
section_header_t
));
1123
//! method be able to fill in the #
section_header_t
::m_offset field. If no
1125
void EncoreBootImage::Section::fillSectionHeader(
section_header_t
& header)
Completed in 47 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026