Searched refs:arch_idx (Results 1 – 3 of 3) sorted by relevance
145 uint32_t arch_idx = 0; in ParseHeader() local146 for (arch_idx = 0; arch_idx < header.nfat_arch; ++arch_idx) in ParseHeader()210 uint32_t arch_idx = 0; in GetObjectFile() local228 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()[all …]
737 … for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx) in IsCompatibleArchitecture() local749 … for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx) in IsCompatibleArchitecture() local
158 my $arch_idx = 0;282 ++$arch_idx;