Home
last modified time | relevance | path

Searched refs:sectionCount (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp133 unsigned sectionCount = m_header.m_sectionCount; in readSectionTable() local
134 while (sectionCount--) in readSectionTable()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h891 inline unsigned sectionCount() const { return (unsigned)m_sections.size(); } in sectionCount() function
H A DEncoreBootImage.cpp432 offset += numberOfCipherBlocks(sizeof(section_header_t)) * sectionCount(); // section table in getSectionOffset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig-format.h367 uint32_t sectionCount; member
H A Dhsa-brig.c2578 module_header.sectionCount = lendian32 (3); in hsa_output_brig()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc165 for (uint32_t sec = 0; sec < mheader->sectionCount; ++sec) in find_brig_sections()