Searched defs:e_flags (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/
H A Dinstruction_set.cc68 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { argument
79 if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 ||
80 (e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6) {
82 } else if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6) {
/art/runtime/
H A Delf.h77 Elf32_Word e_flags; // Processor-specific flags member in struct:Elf32_Ehdr
101 Elf64_Word e_flags; member in struct:Elf64_Ehdr
659 // ARM Specific e_flags
809 // Mips Specific e_flags
930 // Hexagon Specific e_flags
941 // of e_flags

Completed in 57 milliseconds