Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py32 ELF_MAGIC_NUMBER = b'\x7fELF' variable
/test/vts/utils/python/library/
Delf_parser.py89 if e_ident[:4] != consts.ELF_MAGIC_NUMBER: