arc_common::reg_data_types is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarc_common::reg_data_types

arc_common::reg_data_types field

Syntax

struct list_head reg_data_types;

References

LocationReferrerText
arc.h:224
struct list_head reg_data_types;
arc.c:68arc_reg_data_type_add()
list_add_tail(&data_type->list, &arc->reg_data_types);
arc.c:144arc_init_arch_info()
INIT_LIST_HEAD(&arc->reg_data_types);
arc.c:186arc_reg_add()
list_for_each_entry(type, &arc->reg_data_types, list)
arc.c:1399arc_deinit_target()
list_for_each_entry_safe_reverse(type, n, &arc->reg_data_types, list) {
arc.c:1412arc_deinit_target()
type = list_first_entry(&arc->reg_data_types, struct arc_reg_data_type, list);

Type Use

Type of arc_common::reg_data_types
arc_common::reg_data_types
all items filtered out