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

References

tools/obj2yaml/coff2yaml.cpp
  163     NewYAMLSection.Header.Characteristics = COFFSection->Characteristics;
  164     NewYAMLSection.Header.VirtualAddress = COFFSection->VirtualAddress;
  165     NewYAMLSection.Header.VirtualSize = COFFSection->VirtualSize;
  167         COFFSection->NumberOfLinenumbers;
  169         COFFSection->NumberOfRelocations;
  171         COFFSection->PointerToLinenumbers;
  172     NewYAMLSection.Header.PointerToRawData = COFFSection->PointerToRawData;
  174         COFFSection->PointerToRelocations;
  175     NewYAMLSection.Header.SizeOfRawData = COFFSection->SizeOfRawData;
  176     uint32_t Shift = (COFFSection->Characteristics >> 20) & 0xF;
  182       cantFail(Obj.getSectionContents(COFFSection, sectionData));