Home
last modified time | relevance | path

Searched refs:STT_NOTYPE (Results 1 – 3 of 3) 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
143 case STT_NOTYPE: in toType()
1018 if (sym.type == Symbol.STT_NOTYPE) { in readSymbolTable()
/test/vts/utils/python/library/
Delf_parser.py665 if sym.GetType() == consts.STT_NOTYPE: