Searched defs:DLL (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java34 relocation. A DLL can represent either a DLL or an EXE file. */
36 public class DLL implements LoadObject { class in inherits:LoadObject
38 public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFException { method in class:DLL
50 /** This constructor was originally used to fetch the DLL's name out
51 of the target process to match it up with the known DLL names,
52 before the fetching of the DLL names and bases was folded into
55 public DLL(Address base) throws COFFException { method in class:DLL
64 /** Indicates whether this is really a DLL or actually a .EXE
85 /** Returns the full path name of this DLL/EX
[all...]

Completed in 36 milliseconds