Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py71 SHT_SYMTAB = 2 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java70 private static final int SHT_SYMTAB = 2; field in ReadElf
864 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) { in readSectionHeaders()