Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dutils.py19 def ByteToInt(obj): function
47 byte, cur = ByteToInt(data[cur]), cur + 1
/test/vts/utils/python/library/
Delf_parser.py92 if utils.ByteToInt(e_ident[consts.EI_CLASS]) not in (
97 if utils.ByteToInt(e_ident[consts.EI_DATA]) != consts.ELFDATA2LSB:
104 if utils.ByteToInt(e_ident[consts.EI_CLASS]) == consts.ELFCLASS32: