Searched refs:m_sect_headers (Results 1 – 2 of 2) sorted by relevance
436 m_sect_headers.clear(); in ParseHeader()712 m_sect_headers.clear(); in ParseSectionHeaders()722 m_sect_headers.resize(nsects); in ParseSectionHeaders()727 memcpy(m_sect_headers[idx].name, name_data, 8); in ParseSectionHeaders()742 return !m_sect_headers.empty(); in ParseSectionHeaders()993 const uint32_t nsects = m_sect_headers.size(); in CreateSections()1010 m_sect_headers[idx] in CreateSections()1012 m_sect_headers[idx] in CreateSections()1015 m_sect_headers[idx].flags)); // Flags for this section in CreateSections()1297 SectionHeaderCollIter pos, end = m_sect_headers.end(); in DumpSectionHeaders()[all …]
304 SectionHeaderColl m_sect_headers; variable