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

arc_common::core_reg_descriptions field

Syntax

struct list_head core_reg_descriptions;

References

LocationReferrerText
arc.h:225
struct list_head core_reg_descriptions;
arc.c:160arc_init_arch_info()
INIT_LIST_HEAD(&arc->core_reg_descriptions);
arc.c:197arc_reg_add()
list_add_tail(&arc_reg->list, &arc->core_reg_descriptions);
arc.c:370arc_build_reg_cache()
if (list_empty(&arc->core_reg_descriptions)) {
arc.c:375arc_build_reg_cache()
list_for_each_entry(reg_desc, &arc->core_reg_descriptions, list) {
arc.c:1418arc_deinit_target()
list_for_each_entry_safe(desc, k, &arc->core_reg_descriptions, list)

Type Use

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