Package ghidra.program.util
Class ThunkedFunctionFieldLocation
- java.lang.Object
 - 
- ghidra.program.util.ProgramLocation
 - 
- ghidra.program.util.FunctionLocation
 - 
- ghidra.program.util.ThunkedFunctionFieldLocation
 
 
 
 
- 
- All Implemented Interfaces:
 java.lang.Comparable<ProgramLocation>
public class ThunkedFunctionFieldLocation extends FunctionLocation
TheFunctionCallFixupFieldLocationclass provides specific information about the Function call-fixup field within a program location. 
- 
- 
Field Summary
- 
Fields inherited from class ghidra.program.util.FunctionLocation
functionAddr 
- 
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ThunkedFunctionFieldLocation()Default constructor needed for restoring a program location from XMLThunkedFunctionFieldLocation(Program program, Address locationAddr, Address functionAddr, Address thunkedFunctionAddr, int charOffset)Construct a new FunctionCallFixupFieldLocation object. 
- 
Method Summary
- 
Methods inherited from class ghidra.program.util.FunctionLocation
equals, getFunctionAddress, isValid, restoreState, saveState, toString 
- 
Methods inherited from class ghidra.program.util.ProgramLocation
compareAddr, compareTo, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, hashCode 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ThunkedFunctionFieldLocation
public ThunkedFunctionFieldLocation(Program program, Address locationAddr, Address functionAddr, Address thunkedFunctionAddr, int charOffset)
Construct a new FunctionCallFixupFieldLocation object.- Parameters:
 program-locationAddr- the address of the listing location (i.e., referent code unit)functionAddr- the function addresscallFixupName- the function call-fixup field text String at this location.charOffset- field character offset
 
- 
ThunkedFunctionFieldLocation
public ThunkedFunctionFieldLocation()
Default constructor needed for restoring a program location from XML 
 - 
 
 -