Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py75 SHT_DYNAMIC = 6 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java72 private static final int SHT_DYNAMIC = 6; field in ReadElf
896 } else if (sh_type == SHT_DYNAMIC) { in readSectionHeaders()
/test/vts/utils/python/library/
Delf_parser.py630 if sh.sh_type == consts.SHT_DYNAMIC: