Class AbstractDyldInfoState

  • Direct Known Subclasses:
    BindState, LazyBindState

    public abstract class AbstractDyldInfoState
    extends java.lang.Object
    • Constructor Detail

      • AbstractDyldInfoState

        protected AbstractDyldInfoState​(MachHeader header,
                                        Program program)
    • Method Detail

      • print

        public abstract java.lang.String print()
      • perform

        public final void perform​(TaskMonitor monitor)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getAddress

        protected Address getAddress()
      • getTypeName

        protected java.lang.String getTypeName()
      • getOrdinalName

        protected java.lang.String getOrdinalName()
      • getSegmentStartAddress

        protected long getSegmentStartAddress()
      • getSegmentName

        protected java.lang.String getSegmentName()