Class ParamSpillDWARFFunctionFixup

java.lang.Object
ghidra.app.util.bin.format.dwarf.funcfixup.ParamSpillDWARFFunctionFixup
All Implemented Interfaces:
DWARFFunctionFixup, ExtensionPoint

public class ParamSpillDWARFFunctionFixup extends Object implements DWARFFunctionFixup
Steal storage location from parameters that are defined in a function's local variable area, because the storage location isn't the parameter location during call, but its location after being spilled. Create a local variable at that storage location.
  • Constructor Details

    • ParamSpillDWARFFunctionFixup

      public ParamSpillDWARFFunctionFixup()
  • Method Details