Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/coff/
HDpe.h73 #define IMAGE_SCN_ALIGN_16BYTES 0x00500000 /* Default alignment if no others are spec… macro
/freebsd-11-stable/contrib/elftoolchain/libpe/
HDpe.h259 #define IMAGE_SCN_ALIGN_16BYTES 0x00500000 macro
/freebsd-11-stable/stand/efi/include/amd64/
HDpe.h266 #define IMAGE_SCN_ALIGN_16BYTES 0x00500000 // Default alignment if no others are spec… macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDFormatUtil.cpp222 PUSH_MASKED_CHARACTERISTIC_FLAG(SC, 0xF00000, IMAGE_SCN_ALIGN_16BYTES, C, in formatSectionCharacteristics()
/freebsd-11-stable/stand/efi/include/i386/
HDpe.h266 #define IMAGE_SCN_ALIGN_16BYTES 0x00500000 // Default alignment if no others are spec… macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h304 IMAGE_SCN_ALIGN_16BYTES = 0x00500000, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp284 CV_ENUM_ENT(COFF, IMAGE_SCN_ALIGN_16BYTES),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp269 return COFF::IMAGE_SCN_ALIGN_16BYTES; in getAlignment()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp432 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_ALIGN_16BYTES ),
/freebsd-11-stable/contrib/binutils/bfd/
HDcoffcode.h1653 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_16BYTES, 4) in coff_set_alignment_hook()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.c4652 flags |= IMAGE_SCN_ALIGN_16BYTES; in ppc_pe_section()