rdi format - namespaces

This commit is contained in:
Ryan Fleury
2026-03-09 09:37:50 -07:00
parent 953f58fd44
commit e2b9618101
7 changed files with 665 additions and 504 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
#ifndef RDI_C
#define RDI_C
RDI_U16 rdi_section_element_size_table[44] =
RDI_U16 rdi_section_element_size_table[45] =
{
sizeof(RDI_U8),
sizeof(RDI_TopLevelInfo),
@@ -30,6 +30,7 @@ sizeof(RDI_U32),
sizeof(RDI_U64),
sizeof(RDI_Unit),
sizeof(RDI_VMapEntry),
sizeof(RDI_Namespace),
sizeof(RDI_TypeNode),
sizeof(RDI_UDT),
sizeof(RDI_Member),