rdi: extend per-unit info with symbol ranges; build into baker

This commit is contained in:
Ryan Fleury
2026-04-20 09:57:31 -07:00
parent 57e4b69e64
commit b1e6948576
7 changed files with 70 additions and 34 deletions
+8
View File
@@ -600,6 +600,14 @@ RDI_UnitMemberTable:
{build_path_node RDI_U32 ""}
{language RDI_Language ""}
{line_table_idx RDI_U32 ""}
{procedures_first_idx RDI_U32 ""}
{procedures_count RDI_U32 ""}
{global_variables_first_idx RDI_U32 ""}
{global_variables_count RDI_U32 ""}
{thread_variables_first_idx RDI_U32 ""}
{thread_variables_count RDI_U32 ""}
{constants_first_idx RDI_U32 ""}
{constants_count RDI_U32 ""}
}
@xlist RDI_Unit_XList: