GDB (xrefs)
Public Attributes | List of all members
tdesc_type Struct Reference

Public Attributes

char * name
 
enum tdesc_type_kind kind
 
union {
   struct {
      struct tdesc_type *   type
 
      int   count
 
   }   v
 
   struct {
   }   u
 
   struct {
   }   f
 
u
 

Detailed Description

Definition at line 131 of file target-descriptions.c.

Member Data Documentation

int tdesc_type::count

Definition at line 146 of file target-descriptions.c.

Referenced by tdesc_create_vector(), and tdesc_start_vector().

struct { ... } tdesc_type::f
enum tdesc_type_kind tdesc_type::kind
char* tdesc_type::name
struct tdesc_type* tdesc_type::type

Definition at line 145 of file target-descriptions.c.

struct { ... } tdesc_type::u
union { ... } tdesc_type::u
struct { ... } tdesc_type::v

The documentation for this struct was generated from the following file: