Lines Matching refs:arch_idx
145 uint32_t arch_idx = 0; in ParseHeader() local
146 for (arch_idx = 0; arch_idx < header.nfat_arch; ++arch_idx) in ParseHeader()
210 uint32_t arch_idx = 0; in GetObjectFile() local
228 for (arch_idx = 0; arch_idx < m_header.nfat_arch; ++arch_idx) in GetObjectFile()
230 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsExactMatch(curr_arch)) in GetObjectFile()
235 if (arch_idx >= m_header.nfat_arch) in GetObjectFile()
237 for (arch_idx = 0; arch_idx < m_header.nfat_arch; ++arch_idx) in GetObjectFile()
239 … if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsCompatibleMatch(curr_arch)) in GetObjectFile()
244 if (arch_idx < m_header.nfat_arch) in GetObjectFile()
250 m_offset + m_fat_archs[arch_idx].offset, in GetObjectFile()
251 m_fat_archs[arch_idx].size, in GetObjectFile()