Searched defs:arc_reg_desc (Results 1 – 1 of 1) sorted by relevance
253 struct arc_reg_desc { struct255 struct target *target;258 char *name;261 uint8_t reg_value[4];264 struct reg_feature feature;267 char *gdb_xml_feature;270 bool is_general;294 void free_reg_desc(struct arc_reg_desc *r); argument