reg_data_type_struct_field is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDreg_data_type_struct_field

reg_data_type_struct_field struct

Syntax

struct reg_data_type_struct_field {     const char *name;     bool use_bitfields;     union {         struct reg_data_type_bitfield *bitfield;         struct reg_data_type *type;     };     struct reg_data_type_struct_field *next; };

Fields

name

No summary provided. Read more...

use_bitfields

No summary provided. Read more...

next

No summary provided. Read more...

References

LocationReferrerScopeText
register.h:66
struct reg_data_type_struct_field {
arc.c:552arc_reg_get_field()
struct reg_data_type_struct_field *field;
arc.c:1401arc_deinit_target()
arc.h:147arc_reg_data_type::::reg_type_struct_fieldarc_reg_data_type::
struct reg_data_type_struct_field *reg_type_struct_field;
arc_cmd.c:369arc_handle_add_reg_type_struct_opts()
struct reg_data_type_struct_field *fields = type->reg_type_struct_field;
arc_cmd.c:469arc_handle_add_reg_type_struct()
struct reg_data_type_struct_field *fields = calloc(fields_sz, sizeof(*fields));
arc_cmd.c:499arc_handle_add_reg_type_struct()
free(fields);
gdb_server.c:2226gdb_generate_reg_type_description()
struct reg_data_type_struct_field *field;
register.h:73reg_data_type_struct_field::nextreg_data_type_struct_field
struct reg_data_type_struct_field *next;
register.h:78reg_data_type_struct::fieldsreg_data_type_struct
struct reg_data_type_struct_field *fields;

Type Use

Variables of reg_data_type_struct_field type
gdb_generate_reg_type_description()::field
arc_reg_get_field()::field
arc_handle_add_reg_type_struct_opts()::fields
arc_handle_add_reg_type_struct()::fields
all items filtered out
reg_data_type_struct_field
Allocators of reg_data_type_struct_field
Deletors of reg_data_type_struct_field
all items filtered out
reg_data_type_struct_field