Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dstructs.py68 _fields_ = [('e_ident', ctypes.c_uint8 * consts.EI_NIDENT),
86 _fields_ = [('e_ident', ctypes.c_uint8 * consts.EI_NIDENT),
Dconsts.py29 EI_NIDENT = 16 # Size of e_ident[] variable
/test/vts/utils/python/library/
Delf_parser.py87 e_ident = self._SeekRead(0, consts.EI_NIDENT)