Home
last modified time | relevance | path

Searched defs:ELFCLASS64 (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/library/elf/
Dconsts.py37 ELFCLASS64 = 2 # 64-bit objects variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java59 private static final int ELFCLASS64 = 2; field in ReadElf