Searched refs:m_mach_sections (Results 1 – 2 of 2) sorted by relevance
271 std::vector<llvm::MachO::section_64> m_mach_sections; variable
966 m_mach_segments(), m_mach_sections(), m_entry_point_address(), in ObjectFileMachO()978 m_mach_segments(), m_mach_sections(), m_entry_point_address(), in ObjectFileMachO()1716 if (m_mach_sections.empty()) in ProcessSegmentCommand()1717 m_mach_sections.push_back(sect64); in ProcessSegmentCommand()1742 m_mach_sections.push_back(sect64); in ProcessSegmentCommand()4674 for (uint32_t sect_idx = 1; sect_idx < m_mach_sections.size(); in ParseSymtab()4676 if ((m_mach_sections[sect_idx].flags & SECTION_TYPE) == in ParseSymtab()4678 uint32_t symbol_stub_byte_size = m_mach_sections[sect_idx].reserved2; in ParseSymtab()4683 m_mach_sections[sect_idx].size / symbol_stub_byte_size; in ParseSymtab()4689 m_mach_sections[sect_idx].reserved1; in ParseSymtab()[all …]