Searched defs:_fields_ (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | dump-guest-memory.py | 208 _fields_ = [("n_namesz", ctypes.c_uint32), variable in get_arch_note.Note 219 _fields_ = [('ei_mag0', ctypes.c_ubyte), variable in Ident 251 _fields_ = [('e_ident', Ident), variable in get_arch_ehdr.EHDR64 280 _fields_ = [('e_ident', Ident), variable in get_arch_ehdr.EHDR32 323 _fields_ = [('p_type', ctypes.c_uint32), variable in get_arch_phdr.PHDR64 335 _fields_ = [('p_type', ctypes.c_uint32), variable in get_arch_phdr.PHDR32
|