Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py118 STB_GLOBAL = 1 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java80 public static final int STB_GLOBAL = 1; field in ReadElf.Symbol