Searched refs:sectionCount (Results 1 – 6 of 6) sorted by relevance
133 unsigned sectionCount = m_header.m_sectionCount; in readSectionTable() local134 while (sectionCount--) in readSectionTable()
891 inline unsigned sectionCount() const { return (unsigned)m_sections.size(); } in sectionCount() function
432 offset += numberOfCipherBlocks(sizeof(section_header_t)) * sectionCount(); // section table in getSectionOffset()
367 uint32_t sectionCount; member
2578 module_header.sectionCount = lendian32 (3); in hsa_output_brig()
165 for (uint32_t sec = 0; sec < mheader->sectionCount; ++sec) in find_brig_sections()