java.lang.Object
Assembler.x86.Reloc
- Direct Known Subclasses:
- Code2CodeReference, Code2HeapReference, DirectBindCall, ExternalReference, Heap2CodeReference, Heap2HeapReference
- public abstract class Reloc
- extends java.lang.Object
Reloc
- Version:
- $Id: Reloc.java,v 1.8 2003/05/12 10:04:52 joewhaley Exp $
Constructor Summary |
Reloc()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RELOC_ADDR32
public static final char RELOC_ADDR32
- See Also:
- Constant Field Values
RELOC_REL32
public static final char RELOC_REL32
- See Also:
- Constant Field Values
Reloc
public Reloc()
dumpCOFF
public abstract void dumpCOFF(java.io.DataOutput out)
throws java.io.IOException
patch
public abstract void patch()