Home
last modified time | relevance | path

Searched refs:arch_idx (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp145 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()
[all …]
/external/lldb/source/Target/
DPlatform.cpp737 … for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx) in IsCompatibleArchitecture() local
749 … for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx) in IsCompatibleArchitecture() local
/external/lldb/scripts/
Dbuild-llvm.pl158 my $arch_idx = 0;
282 ++$arch_idx;