Ejemplo n.º 1
0
 public RelTable(ElfRelocator relocator, ulong virtualAddress, ulong tableByteSize) : base(relocator, virtualAddress, tableByteSize)
 {
 }
Ejemplo n.º 2
0
 public RelocationTable(ElfRelocator relocator, ulong virtualAddress, ulong tableByteSize)
 {
     this.relocator      = relocator;
     this.VirtualAddress = virtualAddress;
     this.TableSize      = tableByteSize;
 }