reg_data_type::type_class is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDreg_data_type::type_class

reg_data_type::type_class field

Syntax

enum reg_data_type_class type_class;

References

LocationReferrerText
register.h:102
enum reg_data_type_class type_class;
arc.c:565arc_reg_get_field()
|| reg->reg_data_type->type_class != REG_TYPE_CLASS_STRUCT)
arc.c:1400arc_deinit_target()
if (type->data_type.type_class == REG_TYPE_CLASS_STRUCT) {
arc.c:1404arc_deinit_target()
} else if (type->data_type.type_class == REG_TYPE_CLASS_FLAGS) {
arc_cmd.c:170arc_handle_add_reg_type_flags()
type->data_type.type_class = REG_TYPE_CLASS_FLAGS;
arc_cmd.c:483arc_handle_add_reg_type_struct()
type->data_type.type_class = REG_TYPE_CLASS_STRUCT;
gdb_server.c:2176gdb_generate_reg_type_description()
if (type->type_class == REG_TYPE_CLASS_VECTOR) {
gdb_server.c:2191gdb_generate_reg_type_description()
} else if (type->type_class == REG_TYPE_CLASS_UNION) {
gdb_server.c:2225gdb_generate_reg_type_description()
} else if (type->type_class == REG_TYPE_CLASS_STRUCT) {
gdb_server.c:2274gdb_generate_reg_type_description()
} else if (type->type_class == REG_TYPE_CLASS_FLAGS) {
riscv.c:3856riscv_init_registers()
.type_class = REG_TYPE_CLASS_UNION,
riscv.c:3884riscv_init_registers()
riscv.c:3891riscv_init_registers()
riscv.c:3898riscv_init_registers()
riscv.c:3905riscv_init_registers()
riscv.c:3912riscv_init_registers()
riscv.c:3951riscv_init_registers()
info->type_vector.type_class = REG_TYPE_CLASS_UNION;

Data Use

Functions writing reg_data_type::type_class
Functions reading reg_data_type::type_class
reg_data_type::type_class
Type of reg_data_type::type_class
reg_data_type::type_class
all items filtered out