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