Class ThunkedFunctionFieldLocation

  • All Implemented Interfaces:
    java.lang.Comparable<ProgramLocation>

    public class ThunkedFunctionFieldLocation
    extends FunctionLocation
    The FunctionCallFixupFieldLocation class provides specific information about the Function call-fixup field within a program location.
    • 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 address
        callFixupName - 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