Class ThunkReference

java.lang.Object
ghidra.program.model.symbol.ThunkReference
All Implemented Interfaces:
DynamicReference, Reference, Comparable<Reference>

public class ThunkReference extends Object implements DynamicReference
Implementation for a Thunk Function reference. These references are dynamic in nature and may not be explicitly added, removed or altered. There presence is inferred by the existence of a thunk function.