Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java800 long e_version = readWord(); in readHeader()
810 long e_flags = readWord(); in readHeader()
828 long sh_name = readWord(); in readSectionHeaders()
829 long sh_type = readWord(); in readSectionHeaders()
850 long sh_name = readWord(); in readSectionHeaders()
851 long sh_type = readWord(); in readSectionHeaders()
856 long sh_link = readWord(); in readSectionHeaders()
857 long sh_info = readWord(); in readSectionHeaders()
955 long p_type = readWord(); in readProgramHeaders()
959 long p_flags = readWord(); in readProgramHeaders()
[all …]