mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Attach handling of "this" to ProtoParameter
This commit is contained in:
parent
bcc0f7fe38
commit
004a99bb87
29 changed files with 338 additions and 149 deletions
|
@ -228,6 +228,14 @@
|
|||
</element>
|
||||
</zeroOrMore>
|
||||
|
||||
<zeroOrMore>
|
||||
<element name="inferptrbounds">
|
||||
<oneOrMore>
|
||||
<ref name="range_type"/>
|
||||
</oneOrMore>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
|
||||
<zeroOrMore>
|
||||
<ref name="segmentop_type"/>
|
||||
</zeroOrMore>
|
||||
|
|
|
@ -40,6 +40,14 @@
|
|||
</element>
|
||||
</optional>
|
||||
|
||||
<zeroOrMore>
|
||||
<element name="inferptrbounds">
|
||||
<oneOrMore>
|
||||
<ref name="range_type"/>
|
||||
</oneOrMore>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
|
||||
<optional>
|
||||
<element name="segmented_address">
|
||||
<attribute name="space"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue