Home
last modified time | relevance | path

Searched refs:eArchTypeELF (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h66 eArchTypeELF, enumerator
/src/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp430 eArchTypeELF,
879 } else if (arch_type == eArchTypeELF) { in SetArchitecture()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp569 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 DGDBRemoteCommunicationClient.cpp2249 m_process_arch.SetArchitecture(eArchTypeELF, cpu, sub); in GetCurrentProcessInfo()