Searched refs:ELF_MAGIC_NUMBER (Results 1 – 2 of 2) sorted by relevance
/test/vts/utils/python/library/elf/ | ||
D | consts.py | 32 ELF_MAGIC_NUMBER = b'\x7fELF' variable |
/test/vts/utils/python/library/ | ||
D | elf_parser.py | 89 if e_ident[:4] != consts.ELF_MAGIC_NUMBER: |