Home
last modified time | relevance | path

Searched defs:ELFCLASS32 (Results 1 – 2 of 2) 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