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