Class ProgramMappedLoadImage

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      ChangeModifier and Type Method Description
      void dispose()  
      byte[] loadFill​(byte[] bytes, int size, Address addr, int offset, boolean generateInitializedMask)  
      void writeBack​(byte[] bytes, int size, Address addr, int offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • loadFill

        public byte[] loadFill​(byte[] bytes,
                               int size,
                               Address addr,
                               int offset,
                               boolean generateInitializedMask)
        Specified by:
        loadFill in interface LoadImage