reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
805 for (uint32_t idx = 0; idx < nsects; ++idx) { 805 for (uint32_t idx = 0; idx < nsects; ++idx) { 806 ConstString const_sect_name(GetSectionName(m_sect_headers[idx])); 834 if (m_sect_headers[idx].flags & llvm::COFF::IMAGE_SCN_CNT_CODE && 838 } else if (m_sect_headers[idx].flags & 842 if (m_sect_headers[idx].size == 0 && m_sect_headers[idx].offset == 0) 842 if (m_sect_headers[idx].size == 0 && m_sect_headers[idx].offset == 0) 846 } else if (m_sect_headers[idx].flags & 850 if (m_sect_headers[idx].size == 0) 892 else if (m_sect_headers[idx].flags & llvm::COFF::IMAGE_SCN_CNT_CODE) { 894 } else if (m_sect_headers[idx].flags & 897 } else if (m_sect_headers[idx].flags & 899 if (m_sect_headers[idx].size == 0) 908 idx + 1, // Section ID is the 1 based section index. 912 m_sect_headers[idx].vmaddr, // File VM address == addresses as 914 m_sect_headers[idx].vmsize, // VM size in bytes of this section 915 m_sect_headers[idx] 917 m_sect_headers[idx] 920 m_sect_headers[idx].flags)); // Flags for this section