Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_MEM_SHARED (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionCOFF.cpp61 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_SHARED) in PrintSwitchToSection()
/freebsd-12-stable/contrib/binutils/include/coff/
Dpe.h80 #define IMAGE_SCN_MEM_SHARED 0x10000000 /* Section is shareable. … macro
/freebsd-12-stable/contrib/elftoolchain/libpe/
Dpe.h273 #define IMAGE_SCN_MEM_SHARED 0x10000000 macro
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp127 NewCharacteristics |= IMAGE_SCN_MEM_SHARED; in setSectionFlags()
/freebsd-12-stable/stand/efi/include/amd64/
Dpe.h273 #define IMAGE_SCN_MEM_SHARED 0x10000000 // Section is shareable. macro
/freebsd-12-stable/stand/efi/include/i386/
Dpe.h273 #define IMAGE_SCN_MEM_SHARED 0x10000000 // Section is shareable. macro
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp250 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_SHARED, C, Style, "shared"); in formatSectionCharacteristics()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h319 IMAGE_SCN_MEM_SHARED = 0x10000000, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp270 *Flags |= COFF::IMAGE_SCN_MEM_SHARED; in ParseSectionFlags()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp309 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_SHARED),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCOFFYAML.cpp283 BCase(IMAGE_SCN_MEM_SHARED); in bitset()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDriverUtils.cpp198 ret |= IMAGE_SCN_MEM_SHARED; in parseSectionAttributes()
/freebsd-12-stable/contrib/binutils/bfd/
Dcoffcode.h574 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()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp450 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_MEM_SHARED ),
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-ppc.c4631 flags |= IMAGE_SCN_MEM_SHARED; in ppc_pe_section()