Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py111 SHN_ABS = 0xfff1 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java94 public static final int SHN_ABS = 0xfff1; field in ReadElf.Symbol
163 case SHN_ABS: in toShndx()