Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py36 ELFCLASS32 = 1 # 32-bit objects variable
/test/vts/utils/python/library/
Delf_parser.py93 consts.ELFCLASS32, consts.ELFCLASS64):
104 if utils.ByteToInt(e_ident[consts.EI_CLASS]) == consts.ELFCLASS32: