OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_image_header_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h
90
const EncoreBootImage::
boot_image_header_t
& getHeader() const { return m_header; }
105
EncoreBootImage::
boot_image_header_t
m_header; //!< Header from the boot image.
sbtool.cpp
300
const EncoreBootImage::
boot_image_header_t
& header = m_reader->getHeader();
498
struct
boot_image_header_t
528
void dumpImageHeader(const EncoreBootImage::
boot_image_header_t
& header)
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp
109
boot_image_header_t
imageHeader;
115
assert(sizeOfPaddingForCipherBlocks(sizeof(
boot_image_header_t
)) == 0);
329
void EncoreBootImage::prepareImageHeader(
boot_image_header_t
& header)
431
uint32_t offset = numberOfCipherBlocks(sizeof(
boot_image_header_t
)); // header
489
const uint32_t headerBlocks = numberOfCipherBlocks(sizeof(
boot_image_header_t
));
EncoreBootImage.h
93
//! \brief Flag constants for the m_flags field of #elftosb::EncoreBootImage::
boot_image_header_t
.
100
#define ROM_IMAGE_HEADER_SIGNATURE "STMP" //!< Signature in #elftosb::EncoreBootImage::
boot_image_header_t
::m_signature.
101
#define ROM_IMAGE_HEADER_SIGNATURE2 "sgtl" //!< Value for #elftosb::EncoreBootImage::
boot_image_header_t
::m_signature2;
122
//! the boot image itself. The padding, held in #elftosb::EncoreBootImage::
boot_image_header_t
::m_padding0
123
//! and #elftosb::EncoreBootImage::
boot_image_header_t
::m_padding1 is filled with random bytes.
133
struct
boot_image_header_t
struct in class:elftosb::EncoreBootImage
957
void prepareImageHeader(
boot_image_header_t
& header);
Completed in 14 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026