Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py117 STB_LOCAL = 0 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java79 public static final int STB_LOCAL = 0; field in ReadElf.Symbol
131 case STB_LOCAL: in toBind()
173 return (bind != STB_LOCAL && shndx == SHN_UNDEF); in isGlobalUnd()
178 return (bind != STB_LOCAL && shndx != SHN_UNDEF); in isExtern()