Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java95 public static final int SHN_UNDEF = 0; field in ReadElf.Symbol
167 case SHN_UNDEF: in toShndx()
175 return (bind != STB_LOCAL && shndx == SHN_UNDEF); in isGlobalUnd()
180 return (bind != STB_LOCAL && shndx != SHN_UNDEF); in isExtern()