Home
last modified time | relevance | path

Searched refs:STT_SECTION (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/library/elf/
Dconsts.py129 STT_SECTION = 3 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java88 public static final int STT_SECTION = 3; field in ReadElf.Symbol
149 case STT_SECTION: in toType()