Esempio n. 1
0
 public ldSection(xcoff.Section Section = default, loader.Sym sym = default)
 {
     this.m_SectionRef = new ptr <xcoff.Section>(Section);
     this.sym          = sym;
 }
Esempio n. 2
0
 public ldSection(xcoff.Section Section = default, ref ptr <sym.Symbol> sym = default)
 {
     this.m_SectionRef = new ptr <xcoff.Section>(Section);
     this.sym          = sym;
 }