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