Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionDefinition

384   coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
495 S.Symbol->Aux[0].Aux.SectionDefinition.Number = S.Number;
581 WriteLE32(i->Aux.SectionDefinition.Length);
582 WriteLE16(i->Aux.SectionDefinition.NumberOfRelocations);
583 WriteLE16(i->Aux.SectionDefinition.NumberOfLinenumbers);
584 WriteLE32(i->Aux.SectionDefinition.CheckSum);
585 WriteLE16(i->Aux.SectionDefinition.Number);
586 Write8(i->Aux.SectionDefinition.Selection);
587 WriteZeros(sizeof(i->Aux.SectionDefinition.unused));
817 Aux.Aux.SectionDefinition.Length = Sec->Header.SizeOfRawData;
818 Aux.Aux.SectionDefinition.NumberOfRelocations =
820 Aux.Aux.SectionDefinition.NumberOfLinenumbers =