Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py126 STT_NOTYPE = 0 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java85 public static final int STT_NOTYPE = 0; field in ReadElf.Symbol