frysk.solib
Class MemoryMapFactory

java.lang.Object
  extended by frysk.solib.MemoryMapFactory

public class MemoryMapFactory
extends Object


Nested Class Summary
private static class MemoryMapFactory.BuildSOMaps
           
 
Constructor Summary
MemoryMapFactory()
           
 
Method Summary
private static MemoryMapFactory.BuildSOMaps buildSoMaps(LinkMap[] linkMaps)
           
static MemoryMap[] constructMemoryMaps(Elf exeElf, File exeFile, LinkMap[] linkMaps)
           
static MemoryMap[] constructMemoryMaps(LinkMap[] linkMaps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryMapFactory

public MemoryMapFactory()
Method Detail

buildSoMaps

private static MemoryMapFactory.BuildSOMaps buildSoMaps(LinkMap[] linkMaps)

constructMemoryMaps

public static MemoryMap[] constructMemoryMaps(Elf exeElf,
                                              File exeFile,
                                              LinkMap[] linkMaps)

constructMemoryMaps

public static MemoryMap[] constructMemoryMaps(LinkMap[] linkMaps)