Searched refs:m_sect_infos (Results 1 – 2 of 2) sorted by relevance
196 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()200 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), in DecodeNextSection()262 if (m_sect_infos.empty()) { in CreateSections()266 for (const section_info §_info : m_sect_infos) { in CreateSections()407 for (const section_info §_info : m_sect_infos) { in GetExternalDebugInfoFileSpec()461 for (auto pos = m_sect_infos.begin(); pos != m_sect_infos.end(); in DumpSectionHeaders()
144 std::vector<section_info_t> m_sect_infos; variable