Esempio n. 1
0
            public Attribute(DwarfReader dwarf, long offset,
					  DwarfAttribute attr, DwarfForm form)
            {
                this.dwarf = dwarf;
                this.offset = offset;
                this.attr = attr;
                this.form = form;
            }
Esempio n. 2
0
 public AttributeEntry(DwarfReader dwarf, DwarfAttribute attr, DwarfForm form)
 {
     this.dwarf = dwarf;
     this.attr = attr;
     this.form = form;
 }