Lines Matching refs:SectionTwoHeader
764 auto *SectionTwoHeader = in writeSecondSectionHeader() local
766 coffnamecpy(SectionTwoHeader->Name, ".rsrc$02"); in writeSecondSectionHeader()
767 SectionTwoHeader->VirtualSize = 0; in writeSecondSectionHeader()
768 SectionTwoHeader->VirtualAddress = 0; in writeSecondSectionHeader()
769 SectionTwoHeader->SizeOfRawData = SectionTwoSize; in writeSecondSectionHeader()
770 SectionTwoHeader->PointerToRawData = SectionTwoOffset; in writeSecondSectionHeader()
771 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
772 SectionTwoHeader->PointerToLinenumbers = 0; in writeSecondSectionHeader()
773 SectionTwoHeader->NumberOfRelocations = 0; in writeSecondSectionHeader()
774 SectionTwoHeader->NumberOfLinenumbers = 0; in writeSecondSectionHeader()
775 SectionTwoHeader->Characteristics = COFF::IMAGE_SCN_CNT_INITIALIZED_DATA; in writeSecondSectionHeader()
776 SectionTwoHeader->Characteristics += COFF::IMAGE_SCN_MEM_READ; in writeSecondSectionHeader()