Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py105 SHN_UNDEF = 0 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java93 public static final int SHN_UNDEF = 0; field in ReadElf.Symbol