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