reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/WindowsResource.cpp
  765   coffnamecpy(SectionTwoHeader->Name, ".rsrc$02");
  766   SectionTwoHeader->VirtualSize = 0;
  767   SectionTwoHeader->VirtualAddress = 0;
  768   SectionTwoHeader->SizeOfRawData = SectionTwoSize;
  769   SectionTwoHeader->PointerToRawData = SectionTwoOffset;
  770   SectionTwoHeader->PointerToRelocations = 0;
  771   SectionTwoHeader->PointerToLinenumbers = 0;
  772   SectionTwoHeader->NumberOfRelocations = 0;
  773   SectionTwoHeader->NumberOfLinenumbers = 0;
  774   SectionTwoHeader->Characteristics = COFF::IMAGE_SCN_CNT_INITIALIZED_DATA;
  775   SectionTwoHeader->Characteristics += COFF::IMAGE_SCN_MEM_READ;