HomeSort by relevance Sort by last modified time
    Searched refs:curr_arch (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 226 ArchSpec curr_arch; local
230 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsExactMatch(curr_arch))
239 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsCompatibleMatch(curr_arch))
  /bionic/libc/kernel/tools/
kernel.py 217 self.curr_arch = arch
253 arch=self.curr_arch, kernel_root=self.kernel_root)

Completed in 34 milliseconds