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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DSharedObject.java34 SharedObject(BsdDebugger dbg, String filename, long size, Address relocation) { argument
35 super(filename, size, relocation);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DSharedObject.java34 SharedObject(LinuxDebugger dbg, String filename, long size, Address relocation) { argument
35 super(filename, size, relocation);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DSharedObject.java34 SharedObject(ProcDebugger dbg, String filename, long size, Address relocation) { argument
35 super(filename, size, relocation);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java32 relocation. */
59 public DSO(String filename, long size, Address relocation) throws ELFException { argument
62 this.addr = relocation;
66 public DSO(long size, Address relocation) throws ELFException { argument
67 this.addr = relocation;
/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. */
38 public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFException { argument
47 addr = relocation;

Completed in 39 milliseconds