Home
last modified time | relevance | path

Searched refs:MachineArchitecture (Results 1 – 5 of 5) sorted by relevance

/external/zucchini/aosp/include/components/zucchini/
Ddisassembler_elf.h81 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_386;
90 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_ARM;
112 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_X86_64;
121 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_AARCH64;
184 static constexpr elf::MachineArchitecture supported_architecture() { in supported_architecture()
Dtype_elf.h104 enum MachineArchitecture { enum
/external/zucchini/
Ddisassembler_elf.h81 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_386;
90 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_ARM;
112 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_X86_64;
121 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_AARCH64;
184 static constexpr elf::MachineArchitecture supported_architecture() { in supported_architecture()
Ddisassembler_elf.cc135 constexpr elf::MachineArchitecture Elf32IntelTraits::kMachineValue;
143 constexpr elf::MachineArchitecture ElfAArch32Traits::kMachineValue;
157 constexpr elf::MachineArchitecture Elf64IntelTraits::kMachineValue;
165 constexpr elf::MachineArchitecture ElfAArch64Traits::kMachineValue;
Dtype_elf.h104 enum MachineArchitecture { enum