joeq.Assembler
Class Code2HeapReference

java.lang.Object
  extended by joeq.Assembler.Reloc
      extended by joeq.Assembler.Code2HeapReference

public class Code2HeapReference
extends Reloc

Code2HeapReference

Version:
$Id: Code2HeapReference.java,v 1.2 2004/09/30 03:35:29 joewhaley Exp $
Author:
John Whaley

Field Summary
 
Fields inherited from class joeq.Assembler.Reloc
RELOC_ADDR32, RELOC_REL32
 
Constructor Summary
Code2HeapReference(CodeAddress from_codeloc, HeapAddress to_heaploc)
          Creates new Code2HeapReference
 
Method Summary
 void dumpCOFF(DataOutput out)
           
 CodeAddress getFrom()
           
 HeapAddress getTo()
           
 void patch()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Code2HeapReference

public Code2HeapReference(CodeAddress from_codeloc,
                          HeapAddress to_heaploc)
Creates new Code2HeapReference

Method Detail

getFrom

public CodeAddress getFrom()

getTo

public HeapAddress getTo()

patch

public void patch()
Specified by:
patch in class Reloc

dumpCOFF

public void dumpCOFF(DataOutput out)
              throws IOException
Specified by:
dumpCOFF in class Reloc
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2005 John Whaley. All Rights Reserved.