Home
last modified time | relevance | path

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

/test/vts/utils/python/library/
Delf_parser.py326 num = int(dynamic.sh_size // dynamic.sh_entsize)
332 off += dynamic.sh_entsize
347 off = symtab.sh_offset + idx * symtab.sh_entsize
362 num = int(symtab.sh_size // symtab.sh_entsize)
416 rel.sh_entsize):
424 for bit_idx in range(1, rel.sh_entsize * 8):
442 off = rel.sh_offset + idx * rel.sh_entsize
468 num = int(rel.sh_size // rel.sh_entsize)
Delf_parser_test.py122 reltab.sh_entsize = 8
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java227 public final long sh_entsize; field in ReadElf.SecHeader
249 this.sh_entsize = entsize; in SecHeader()
265 this.sh_entsize); in toString()
861 long sh_entsize = readX(mAddrSize); in readSectionHeaders() local
869 mSymEntCnt = (int) (sh_size / sh_entsize); in readSectionHeaders()
873 mDynSymEntCnt = (int) (sh_size / sh_entsize); in readSectionHeaders()
878 symTabName, sh_offset, sh_size, sh_link, sh_info, sh_entsize)); in readSectionHeaders()