Home
last modified time | relevance | path

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

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