Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java801 long e_version = readWord(); in readHeader()
811 long e_flags = readWord(); in readHeader()
829 long sh_name = readWord(); in readSectionHeaders()
830 long sh_type = readWord(); in readSectionHeaders()
851 long sh_name = readWord(); in readSectionHeaders()
852 long sh_type = readWord(); in readSectionHeaders()
857 long sh_link = readWord(); in readSectionHeaders()
858 long sh_info = readWord(); in readSectionHeaders()
956 long p_type = readWord(); in readProgramHeaders()
960 long p_flags = readWord(); in readProgramHeaders()
[all …]