OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sectionCount
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.cpp
36
m_header.
m_sectionCount
= ENDIAN_LITTLE_TO_HOST_U16(m_header.
m_sectionCount
);
133
unsigned sectionCount = m_header.
m_sectionCount
;
sbtool.cpp
436
for (n = 0; n < header.
m_sectionCount
; ++n)
518
uint16_t
m_sectionCount
; //!< Number of section headers in this table.
543
Log::log("Section count: %u\n", header.
m_sectionCount
);
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
154
uint16_t
m_sectionCount
; //!< Number of section headers in this table.
EncoreBootImage.cpp
351
header.
m_sectionCount
= ENDIAN_HOST_TO_LITTLE_U16((uint16_t)m_sections.size());
367
header.m_keyDictionaryBlock = ENDIAN_HOST_TO_LITTLE_U16(header.m_headerBlocks + header.
m_sectionCount
* header.m_sectionHeaderSize);
Completed in 23 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026