Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_LNK_OTHER (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/coff/
Dpe.h57 #define IMAGE_SCN_LNK_OTHER 0x00000100 /* Reserved. */ macro
/freebsd-12-stable/contrib/elftoolchain/libpe/
Dpe.h246 #define IMAGE_SCN_LNK_OTHER 0x00000100 macro
/freebsd-12-stable/stand/efi/include/amd64/
Dpe.h257 #define IMAGE_SCN_LNK_OTHER 0x00000100 // Reserved. macro
/freebsd-12-stable/stand/efi/include/i386/
Dpe.h257 #define IMAGE_SCN_LNK_OTHER 0x00000100 // Reserved. macro
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp206 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_OTHER, C, Style, "other"); in formatSectionCharacteristics()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h291 IMAGE_SCN_LNK_OTHER = 0x00000100, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp282 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_OTHER),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCOFFYAML.cpp270 BCase(IMAGE_SCN_LNK_OTHER); in bitset()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp423 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_OTHER ),
/freebsd-12-stable/contrib/binutils/bfd/
Dcoffcode.h1051 case IMAGE_SCN_LNK_OTHER: in styp_to_sec_flags()