Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java224 public final long sh_offset; field in ReadElf.SecHeader
246 this.sh_offset = offset; in SecHeader()
262 this.sh_offset, in toString()
832 long sh_offset = readOff(); in readSectionHeaders() local
837 mShStrTabOffset = sh_offset; in readSectionHeaders()
854 long sh_offset = readOff(); in readSectionHeaders() local
866 mSymTabOffset = sh_offset; in readSectionHeaders()
870 mDynSymOffset = sh_offset; in readSectionHeaders()
877 symTabName, sh_offset, sh_size, sh_link, sh_info, sh_entsize)); in readSectionHeaders()
881 mStrTabOffset = sh_offset; in readSectionHeaders()
[all …]