Rizin
unix-like reverse engineering framework and cli tools
gdbr_xml_flags_t Struct Reference

Public Attributes

char type [32]
 
struct {
   char   name [32]
 
   ut32   bit_num
 
   ut32   sz
 
fields [64]
 
ut32 num_bits
 
ut32 num_fields
 

Detailed Description

Definition at line 151 of file xml.c.

Member Data Documentation

◆ bit_num

ut32 gdbr_xml_flags_t::bit_num

Definition at line 155 of file xml.c.

Referenced by _extract_flags(), and gdbr_parse_target_xml().

◆ 

struct { ... } gdbr_xml_flags_t::fields[64]

◆ name

◆ num_bits

ut32 gdbr_xml_flags_t::num_bits

Definition at line 158 of file xml.c.

Referenced by _extract_flags(), and _extract_regs().

◆ num_fields

ut32 gdbr_xml_flags_t::num_fields

Definition at line 159 of file xml.c.

Referenced by _extract_flags(), and gdbr_parse_target_xml().

◆ sz

ut32 gdbr_xml_flags_t::sz

Definition at line 156 of file xml.c.

Referenced by _extract_flags(), and gdbr_parse_target_xml().

◆ type


The documentation for this struct was generated from the following file: