Beispiel #1
0
 public Reloc(int Off = default, byte Size = default, objabi.RelocType Type = default, long Add = default, Sym Sym = default)
 {
     this.Off  = Off;
     this.Size = Size;
     this.Type = Type;
     this.Add  = Add;
     this.Sym  = Sym;
 }
Beispiel #2
0
 public Reloc(int Off = default, byte Siz = default, bool Done = default, objabi.RelocType Type = default, long Add = default, ref ptr <Symbol> Sym = default, ref ptr <RelocExt> ptr <RelocExt> = default)
Beispiel #3
0
 public Reloc(long Offset = default, long Size = default, SymID Sym = default, long Add = default, objabi.RelocType Type = default)
 {
     this.Offset = Offset;
     this.Size   = Size;
     this.Sym    = Sym;
     this.Add    = Add;
     this.Type   = Type;
 }