joeq.Assembler
Class DirectBindCall

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

public class DirectBindCall
extends Reloc

DirectBindCall

Version:
$Id: DirectBindCall.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
DirectBindCall(CodeAddress source, jq_Method target)
           
 
Method Summary
 void dumpCOFF(DataOutput out)
           
 CodeAddress getSource()
           
 jq_Method getTarget()
           
 void patch()
           
 void patchTo(jq_CompiledCode cc)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectBindCall

public DirectBindCall(CodeAddress source,
                      jq_Method target)
Method Detail

patch

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

patchTo

public void patchTo(jq_CompiledCode cc)

getSource

public CodeAddress getSource()

getTarget

public jq_Method getTarget()

toString

public String toString()
Overrides:
toString in class Object

dumpCOFF

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


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