Searched refs:IMAGE_SCN_MEM_SHARED (Results 1 – 15 of 15) sorted by relevance
61 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_SHARED) in PrintSwitchToSection()
80 #define IMAGE_SCN_MEM_SHARED 0x10000000 /* Section is shareable. … macro
273 #define IMAGE_SCN_MEM_SHARED 0x10000000 macro
127 NewCharacteristics |= IMAGE_SCN_MEM_SHARED; in setSectionFlags()
273 #define IMAGE_SCN_MEM_SHARED 0x10000000 // Section is shareable. macro
250 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_SHARED, C, Style, "shared"); in formatSectionCharacteristics()
319 IMAGE_SCN_MEM_SHARED = 0x10000000, enumerator
270 *Flags |= COFF::IMAGE_SCN_MEM_SHARED; in ParseSectionFlags()
309 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_SHARED),
283 BCase(IMAGE_SCN_MEM_SHARED); in bitset()
198 ret |= IMAGE_SCN_MEM_SHARED; in parseSectionAttributes()
574 styp_flags |= IMAGE_SCN_MEM_SHARED; /* Shared remains meaningful. */ in sec_to_styp_flags()1077 case IMAGE_SCN_MEM_SHARED: in styp_to_sec_flags()
450 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_MEM_SHARED ),
4631 flags |= IMAGE_SCN_MEM_SHARED; in ppc_pe_section()