Searched refs:e_machine (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Delf_utils.h78 static inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) { argument
130 if (e_machine == EM_MIPS) {
H A Delf.h75 Elf32_Half e_machine; // Required architecture for this file (see EM_*) member in struct:Elf32_Ehdr
99 Elf64_Half e_machine; member in struct:Elf64_Ehdr
H A Delf_file.cc1084 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags);
1550 if (IsDynamicSectionPointer(d_tag, GetHeader().e_machine)) {
/art/runtime/arch/
H A Dinstruction_set.cc86 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { argument
87 switch (e_machine) {
H A Dinstruction_set.h92 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags);
/art/compiler/linker/
H A Delf_builder.h861 elf_header.e_machine = EM_ARM;
866 elf_header.e_machine = EM_AARCH64;
871 elf_header.e_machine = EM_386;
876 elf_header.e_machine = EM_X86_64;
881 elf_header.e_machine = EM_MIPS;
892 elf_header.e_machine = EM_MIPS;

Completed in 60 milliseconds