joeq.Assembler
Class Code2CodeReference

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

public class Code2CodeReference
extends Reloc

Code2CodeReference

Version:
$Id: Code2CodeReference.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
Code2CodeReference(CodeAddress from_codeloc, CodeAddress to_codeloc)
          Creates new Code2HeapReference
 
Method Summary
 void dumpCOFF(DataOutput out)
           
 CodeAddress getFrom()
           
 CodeAddress getTo()
           
 void patch()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Code2CodeReference

public Code2CodeReference(CodeAddress from_codeloc,
                          CodeAddress to_codeloc)
Creates new Code2HeapReference

Method Detail

getFrom

public CodeAddress getFrom()

getTo

public CodeAddress 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.