Searched refs:SectionTwoHeader (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp765 auto *SectionTwoHeader = local
767 coffnamecpy(SectionTwoHeader->Name, ".rsrc$02");
768 SectionTwoHeader->VirtualSize = 0;
769 SectionTwoHeader->VirtualAddress = 0;
770 SectionTwoHeader->SizeOfRawData = SectionTwoSize;
771 SectionTwoHeader->PointerToRawData = SectionTwoOffset;
772 SectionTwoHeader->PointerToRelocations = 0;
773 SectionTwoHeader->PointerToLinenumbers = 0;
774 SectionTwoHeader->NumberOfRelocations = 0;
775 SectionTwoHeader
[all...]

Completed in 45 milliseconds