Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py70 SHT_PROGBITS = 1 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java69 private static final int SHT_PROGBITS = 1; field in ReadElf
937 } else if (sh_type == SHT_PROGBITS) { in readSectionHeaders()