Searched refs:IMAGE_SCN_MEM_SHARED (Results 1 – 4 of 4) sorted by relevance
91 #define IMAGE_SCN_MEM_SHARED (1 << 28) macro583 flags = (STYP_DATA | IMAGE_SCN_MEM_DISCARDABLE | IMAGE_SCN_MEM_SHARED in simple_object_coff_write_scnhdr()
112 #define IMAGE_SCN_MEM_SHARED 0x10000000 /* Section is shareable. … macro
721 styp_flags |= IMAGE_SCN_MEM_SHARED; /* Shared remains meaningful. */ in sec_to_styp_flags()1263 case IMAGE_SCN_MEM_SHARED: in styp_to_sec_flags()
5471 flags |= IMAGE_SCN_MEM_SHARED; in ppc_pe_section()