reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
318 Section->Header.Characteristics = MCSec.getCharacteristics(); 319 Section->Header.Characteristics |= getAlignment(MCSec); 475 return (S->Header.Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) == 570 S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; 580 W.write<uint32_t>(S.Characteristics);lib/ObjectYAML/COFFEmitter.cpp
100 Sec.Header.Characteristics |= (Log2_32(Sec.Alignment) + 1) << 20; 361 if (S.Header.Characteristics & COFF::IMAGE_SCN_CNT_CODE) 363 if (S.Header.Characteristics & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) 365 if (S.Header.Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) 487 << binary_le(i->Header.Characteristics);lib/ObjectYAML/COFFYAML.cpp
561 IO, Sec.Header.Characteristics);
tools/obj2yaml/coff2yaml.cpp 163 NewYAMLSection.Header.Characteristics = COFFSection->Characteristics;