mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
rdi: sketch out refined location info sections / types - prereq for RDI_Symbol unification
This commit is contained in:
+9
-1
@@ -10,7 +10,7 @@
|
||||
#ifndef RDI_C
|
||||
#define RDI_C
|
||||
|
||||
RDI_U16 rdi_section_element_size_table[45] =
|
||||
RDI_U16 rdi_section_element_size_table[53] =
|
||||
{
|
||||
sizeof(RDI_U8),
|
||||
sizeof(RDI_TopLevelInfo),
|
||||
@@ -48,6 +48,14 @@ sizeof(RDI_Local),
|
||||
sizeof(RDI_LocationBlock),
|
||||
sizeof(RDI_U8),
|
||||
sizeof(RDI_U8),
|
||||
sizeof(RDI_LocationRegPlusU16),
|
||||
sizeof(RDI_LocationReg),
|
||||
sizeof(RDI_U64),
|
||||
sizeof(RDI_U32),
|
||||
sizeof(RDI_U64),
|
||||
sizeof(RDI_LocationSet),
|
||||
sizeof(RDI_LocationSetElement),
|
||||
sizeof(RDI_U8),
|
||||
sizeof(RDI_U32),
|
||||
sizeof(RDI_MD5),
|
||||
sizeof(RDI_SHA1),
|
||||
|
||||
Reference in New Issue
Block a user