Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Assembler.x86
Class Reloc  view Reloc download Reloc.java

java.lang.Object
  extended byAssembler.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 $

Field Summary
static char RELOC_ADDR32
           
static char RELOC_REL32
           
 
Constructor Summary
Reloc()
           
 
Method Summary
abstract  void dumpCOFF(java.io.DataOutput out)
           
abstract  void patch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Reloc

public Reloc()
Method Detail

dumpCOFF

public abstract void dumpCOFF(java.io.DataOutput out)
                       throws java.io.IOException

patch

public abstract void patch()