Home
last modified time | relevance | path

Searched refs:STB_GLOBAL (Results 1 – 3 of 3) 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
133 case STB_GLOBAL: in toBind()
/test/vts/utils/python/library/
Delf_parser.py657 include_bindings = [consts.STB_GLOBAL]