Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_ALIGN_32BYTES (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
HDpe.h74 #define IMAGE_SCN_ALIGN_32BYTES 0x00600000 macro
/freebsd-11-stable/contrib/elftoolchain/libpe/
HDpe.h260 #define IMAGE_SCN_ALIGN_32BYTES 0x00600000 macro
/freebsd-11-stable/stand/efi/include/amd64/
HDpe.h267 #define IMAGE_SCN_ALIGN_32BYTES 0x00600000 // macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDFormatUtil.cpp224 PUSH_MASKED_CHARACTERISTIC_FLAG(SC, 0xF00000, IMAGE_SCN_ALIGN_32BYTES, C, in formatSectionCharacteristics()
/freebsd-11-stable/stand/efi/include/i386/
HDpe.h267 #define IMAGE_SCN_ALIGN_32BYTES 0x00600000 // macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h305 IMAGE_SCN_ALIGN_32BYTES = 0x00600000, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp285 CV_ENUM_ENT(COFF, IMAGE_SCN_ALIGN_32BYTES),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp271 return COFF::IMAGE_SCN_ALIGN_32BYTES; in getAlignment()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp433 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_ALIGN_32BYTES ),
/freebsd-11-stable/contrib/binutils/bfd/
HDcoffcode.h1652 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_32BYTES, 5) in coff_set_alignment_hook()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.c4656 flags |= IMAGE_SCN_ALIGN_32BYTES; in ppc_pe_section()