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

References

lib/Object/WindowsResource.cpp
  747   coffnamecpy(SectionOneHeader->Name, ".rsrc$01");
  748   SectionOneHeader->VirtualSize = 0;
  749   SectionOneHeader->VirtualAddress = 0;
  750   SectionOneHeader->SizeOfRawData = SectionOneSize;
  751   SectionOneHeader->PointerToRawData = SectionOneOffset;
  752   SectionOneHeader->PointerToRelocations = SectionOneRelocations;
  753   SectionOneHeader->PointerToLinenumbers = 0;
  754   SectionOneHeader->NumberOfRelocations = Data.size();
  755   SectionOneHeader->NumberOfLinenumbers = 0;
  756   SectionOneHeader->Characteristics += COFF::IMAGE_SCN_CNT_INITIALIZED_DATA;
  757   SectionOneHeader->Characteristics += COFF::IMAGE_SCN_MEM_READ;