Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_ALIGN_1BYTES (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
HDpe.h69 #define IMAGE_SCN_ALIGN_1BYTES 0x00100000 macro
/freebsd-11-stable/contrib/elftoolchain/libpe/
HDpe.h255 #define IMAGE_SCN_ALIGN_1BYTES 0x00100000 macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
HDCOFFObjcopy.cpp194 IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_ALIGN_1BYTES); in handleArgs()
/freebsd-11-stable/stand/efi/include/amd64/
HDpe.h262 #define IMAGE_SCN_ALIGN_1BYTES 0x00100000 // macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDFormatUtil.cpp214 PUSH_MASKED_CHARACTERISTIC_FLAG(SC, 0xF00000, IMAGE_SCN_ALIGN_1BYTES, C, in formatSectionCharacteristics()
/freebsd-11-stable/stand/efi/include/i386/
HDpe.h262 #define IMAGE_SCN_ALIGN_1BYTES 0x00100000 // macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h300 IMAGE_SCN_ALIGN_1BYTES = 0x00100000, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp280 CV_ENUM_ENT(COFF, IMAGE_SCN_ALIGN_1BYTES),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp261 return COFF::IMAGE_SCN_ALIGN_1BYTES; in getAlignment()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp428 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_ALIGN_1BYTES ),
/freebsd-11-stable/contrib/binutils/bfd/
HDcoffcode.h1657 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_1BYTES, 0) in coff_set_alignment_hook()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.c4636 flags |= IMAGE_SCN_ALIGN_1BYTES; in ppc_pe_section()