Searched refs:EM_AARCH64 (Results 1 – 4 of 4) sorted by relevance
50 public static final int EM_AARCH64 = 183; field in ReadElf656 } else if (mMachine == EM_AARCH64 || mMachine == EM_X86_64) { in getBits()664 if (mMachine == EM_ARM || mMachine == EM_AARCH64) { in getArchitecture()778 && e_machine != EM_AARCH64 in readHeader()788 || (e_machine == EM_AARCH64 && elfClass != ELFCLASS64) in readHeader()
56 EM_AARCH64 = 183 variable
126 consts.EM_AARCH64: (consts.R_AARCH64_ABS64, consts.R_AARCH64_RELATIVE),
602 for abi_prefix, machine in (("arm64", consts.EM_AARCH64),