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

arc_common::aux_reg_descriptions field

Syntax

struct list_head aux_reg_descriptions;

References

LocationReferrerText
arc.h:226
struct list_head aux_reg_descriptions;
arc.c:161arc_init_arch_info()
INIT_LIST_HEAD(&arc->aux_reg_descriptions);
arc.c:203arc_reg_add()
list_add_tail(&arc_reg->list, &arc->aux_reg_descriptions);
arc.c:385arc_build_reg_cache()
if (list_empty(&arc->aux_reg_descriptions)) {
arc.c:390arc_build_reg_cache()
list_for_each_entry(reg_desc, &arc->aux_reg_descriptions, list) {
arc.c:1415arc_deinit_target()
list_for_each_entry_safe(desc, k, &arc->aux_reg_descriptions, list)

Type Use

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