Searched refs:eArchTypeELF (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 66 eArchTypeELF, enumerator
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 430 eArchTypeELF, 879 } else if (arch_type == eArchTypeELF) { in SetArchitecture()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 569 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications() 1399 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2249 m_process_arch.SetArchitecture(eArchTypeELF, cpu, sub); in GetCurrentProcessInfo()
|