This commit is contained in:
Nikita Smith
2026-02-05 17:43:19 -08:00
parent 3bc9bacf6f
commit 2ccb6f6409
+14
View File
@@ -154,6 +154,7 @@
<AlternativeType Name="COFF_LibWriterSymbolList"/> <AlternativeType Name="COFF_LibWriterSymbolList"/>
<AlternativeType Name="COFF_LibWriterMemberList"/> <AlternativeType Name="COFF_LibWriterMemberList"/>
<AlternativeType Name="PE_BaseRelocBlockList"/> <AlternativeType Name="PE_BaseRelocBlockList"/>
<AlternativeType Name="DW_Expr"/>
<DisplayString>{{ count={count} first={first} }} </DisplayString> <DisplayString>{{ count={count} first={first} }} </DisplayString>
<Expand> <Expand>
<Item Name="[count]">count</Item> <Item Name="[count]">count</Item>
@@ -166,6 +167,19 @@
</Expand> </Expand>
</Type> </Type>
<Type Name="RDIM_EvalBytecode">
<DisplayString>{{ op_count={op_count} encoded_size={encoded_size} first_op={first_op} }} </DisplayString>
<Expand>
<Item Name="[count]">op_count</Item>
<LinkedListItems>
<Size>op_count</Size>
<HeadPointer>first_op</HeadPointer>
<NextPointer>next</NextPointer>
<ValueNode>this</ValueNode>
</LinkedListItems>
</Expand>
</Type>
<Type Name="RDIM_TypeChunkList"> <Type Name="RDIM_TypeChunkList">
<AlternativeType Name="RDIM_SrcFileChunkList"/> <AlternativeType Name="RDIM_SrcFileChunkList"/>
<AlternativeType Name="RDIM_LineTableChunkList"/> <AlternativeType Name="RDIM_LineTableChunkList"/>