Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py132 STT_TLS = 6 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java91 public static final int STT_TLS = 6; field in ReadElf.Symbol
155 case STT_TLS: in toType()