/external/lldb/include/lldb/ |
lldb-private-enumerations.h | 52 eArchTypeMachO,
|
/external/lldb/source/Host/common/ |
Host.cpp | 333 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype); 334 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype); 339 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype); 341 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype); 346 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype); [all...] |
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
DynamicLoaderMacOSXDYLD.h | 245 return lldb_private::ArchSpec (lldb_private::eArchTypeMachO, header.cputype, header.cpusubtype);
|
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
ObjectContainerUniversalMachO.cpp | 201 arch.SetArchitecture (eArchTypeMachO, m_fat_archs[idx].cputype, m_fat_archs[idx].cpusubtype);
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
ObjectFilePECOFF.cpp | [all...] |
/external/lldb/source/Host/macosx/ |
Symbols.cpp | 84 ArchSpec file_arch(eArchTypeMachO, cputype, cpusubtype); 171 ArchSpec fat_arch(eArchTypeMachO, arch_cputype, arch_cpusubtype); [all...] |
/external/lldb/source/Core/ |
ArchSpec.cpp | 211 eArchTypeMachO, 513 if (arch.SetArchitecture (eArchTypeMachO, cpu, sub)) 674 if (arch_type == eArchTypeMachO) [all...] |
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
ProcessKDP.cpp | 287 kernel_arch.SetArchitecture(eArchTypeMachO, cpu, sub); [all...] |
CommunicationKDP.cpp | 624 kernel_arch.SetArchitecture (eArchTypeMachO, [all...] |
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
ObjectFileMachO.cpp | 523 spec.GetArchitecture().SetArchitecture(eArchTypeMachO, 725 ArchSpec mach_arch(eArchTypeMachO, m_header.cputype, m_header.cpusubtype); [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunicationClient.cpp | [all...] |
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
DynamicLoaderDarwinKernel.cpp | 437 ArchSpec kernel_arch (eArchTypeMachO, header.cputype, header.cpusubtype); [all...] |