Lines Matching refs:Characteristics
61 uint32_t Characteristics) { in addSection() argument
62 bool NeedVA = Characteristics & (IMAGE_SCN_MEM_EXECUTE | IMAGE_SCN_MEM_READ | in addSection()
79 Sec.Header.Characteristics = Characteristics; in addSection()
145 (Sec.Header.Characteristics & IMAGE_SCN_MEM_DISCARDABLE) != 0) in handleArgs()
160 ((Sec.Header.Characteristics & in handleArgs()
229 Sec.Header.Characteristics = flagsToCharacteristics( in handleArgs()
230 It->second.NewFlags, Sec.Header.Characteristics); in handleArgs()
234 uint32_t Characteristics; in handleArgs() local
237 Characteristics = flagsToCharacteristics(It->second.NewFlags, 0); in handleArgs()
239 Characteristics = IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_ALIGN_1BYTES; in handleArgs()
245 Characteristics); in handleArgs()