Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py36 ELFCLASS32 = 1 # 32-bit objects variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java58 private static final int ELFCLASS32 = 1; field in ReadElf
757 if (elfClass == ELFCLASS32) { in readHeader()
786 if ((e_machine == EM_386 && elfClass != ELFCLASS32) in readHeader()
789 || (e_machine == EM_ARM && elfClass != ELFCLASS32) in readHeader()
790 || (e_machine == EM_QDSP6 && elfClass != ELFCLASS32)) { in readHeader()
/test/vts/utils/python/library/
Delf_parser.py93 consts.ELFCLASS32, consts.ELFCLASS64):
104 if utils.ByteToInt(e_ident[consts.EI_CLASS]) == consts.ELFCLASS32: