Beispiel #1
0
 public addr2Liner(sync.Mutex mu = default, lineReaderWriter rw = default, ulong @base = default, ref ptr <addr2LinerNM> nm = default)
 {
     this.mu    = mu;
     this.rw    = rw;
     this.@base = @base;
     this.nm    = nm;
 }
 public llvmSymbolizer(sync.Mutex Mutex = default, @string filename = default, lineReaderWriter rw = default, ulong @base = default)
 {
     this.m_MutexRef = new ptr <sync.Mutex>(Mutex);
     this.filename   = filename;
     this.rw         = rw;
     this.@base      = @base;
 }