Home
last modified time | relevance | path

Searched refs:ELFCLASS32 (Results 1 – 2 of 2) sorted by relevance

/platform_testing/utils/shell-as/
Delf-utils.cpp64 if (file_header_32->e_ident[EI_CLASS] == ELFCLASS32) { in GetElfEntryPoint()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java60 private static final int ELFCLASS32 = 1; field in ReadElf
756 if (elfClass == ELFCLASS32) { in readHeader()
785 if ((e_machine == EM_386 && elfClass != ELFCLASS32) in readHeader()
788 || (e_machine == EM_ARM && elfClass != ELFCLASS32) in readHeader()
789 || (e_machine == EM_QDSP6 && elfClass != ELFCLASS32)) { in readHeader()