Searched refs:getCharacteristics (Results 1 – 3 of 3) sorted by relevance
47 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE) in PrintSwitchToSection()51 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in PrintSwitchToSection()83 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isVirtualSection()
384 coff_section->Header.Characteristics = Sec.getCharacteristics(); in DefineSection()
53 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function