joeq.Assembler
Class Reloc
java.lang.Object
joeq.Assembler.Reloc
- Direct Known Subclasses:
- Code2CodeReference, Code2HeapReference, DirectBindCall, ExternalReference, Heap2CodeReference, Heap2HeapReference
public abstract class Reloc
- extends Object
Reloc
- Version:
- $Id: Reloc.java,v 1.1 2004/03/10 22:35:52 jwhaley Exp $
- Author:
- John Whaley
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(DataOutput out)
throws IOException
- Throws:
IOException
patch
public abstract void patch()
Copyright © 2001-2005 John Whaley. All Rights Reserved.