improved structure layout generation
[repair.git] / Repair / RepairCompiler / structextract / typedata.h
index 053c549b38de8f1e153514f5b78a3cc2b63a5a6e..76326c573dffcfb6ee1ab06b64c49b2df1e1b180 100755 (executable)
@@ -67,6 +67,18 @@ typedef struct
   dwarf_entry* target_ptr; // Type that this entry modifies (DW_AT_type)
 } array_bound;
 
+typedef struct
+{ 
+  unsigned long target_ID; // ID of the entry that contains the type that this modifies
+  dwarf_entry* target_ptr; // Type that this entry modifies (DW_AT_type)
+} tdef;
+
+typedef struct
+{ 
+  unsigned long target_ID; // ID of the entry that contains the type that this modifies
+  dwarf_entry* target_ptr; // Type that this entry modifies (DW_AT_type)
+} consttype;
+
 // collection_type = {structure_type, union_type, enumeration_type}
 typedef struct
 {