Home
last modified time | relevance | path

Searched refs:COFF (Results 76 – 100 of 436) sorted by relevance

12345678910>>...18

/openbsd/usr.bin/file/magdir/
H A Dosf110 0 short 0565 i386 COFF object
H A Dadi7 0 leshort 0x521c COFF DSP21k
H A Dparix5 # Parix COFF executables
H A Dsharc21 0 leshort 0x521C SHARC COFF binary
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dsetup.com4 $ define coff [-.INCLUDE.COFF]
/openbsd/gnu/usr.bin/binutils/
H A Dsetup.com4 $ define coff [-.INCLUDE.COFF]
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DCMakeLists.txt3 COFF.cpp
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp622 COFFConfig &COFFConfig = ConfigMgr.COFF; in parseObjcopyOptions()
686 COFF::IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION) in parseObjcopyOptions()
687 .Case("console", COFF::IMAGE_SUBSYSTEM_WINDOWS_CUI) in parseObjcopyOptions()
690 COFF::IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER) in parseObjcopyOptions()
691 .Case("efi_rom", COFF::IMAGE_SUBSYSTEM_EFI_ROM) in parseObjcopyOptions()
693 COFF::IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER) in parseObjcopyOptions()
694 .Case("native", COFF::IMAGE_SUBSYSTEM_NATIVE) in parseObjcopyOptions()
695 .Case("posix", COFF::IMAGE_SUBSYSTEM_POSIX_CUI) in parseObjcopyOptions()
696 .Case("windows", COFF::IMAGE_SUBSYSTEM_WINDOWS_GUI) in parseObjcopyOptions()
697 .Default(COFF::IMAGE_SUBSYSTEM_UNKNOWN); in parseObjcopyOptions()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp190 T.setObjectFormat(Triple::COFF); in getClangClTriple()
714 COFF::MachineTypes MachineType; in doCvtres()
717 MachineType = COFF::IMAGE_FILE_MACHINE_I386; in doCvtres()
720 MachineType = COFF::IMAGE_FILE_MACHINE_AMD64; in doCvtres()
724 MachineType = COFF::IMAGE_FILE_MACHINE_ARMNT; in doCvtres()
727 MachineType = COFF::IMAGE_FILE_MACHINE_ARM64; in doCvtres()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/BinaryFormat/
H A DBUILD.gn9 "COFF.cpp",
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp150 if (StorageClass & ~COFF::SSC_Invalid) { in emitCOFFSymbolStorageClass()
202 CSymbol->setType(COFF::IMAGE_SYM_DTYPE_FUNCTION in emitCOFFSafeSEH()
203 << COFF::SCT_COMPLEX_TYPE_SHIFT); in emitCOFFSafeSEH()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lld/MinGW/
H A DBUILD.gn13 "//lld/COFF",
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h46 parseCOFFModuleDefinition(MemoryBufferRef MB, COFF::MachineTypes Machine,
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Ddll.x2 # Only COFF/PE formats support DLLs, (plus, as a special case
/openbsd/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DConfigManager.h41 COFFConfig COFF; member
/openbsd/gnu/llvm/llvm/docs/
H A Dyaml2obj.rst13 COFF Syntax
16 Here's a sample COFF file.
H A DExtensions.rst34 X86/COFF-Dependent
43 corresponds to the COFF relocation types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or
57 **.secrel32** generates a relocation that corresponds to the COFF relocation
61 the target. It corresponds to the COFF relocation types
168 MC supports these flags in the COFF ``.section`` directive:
185 ARM64/COFF-Dependent
193 **:secrel_lo12:** generates a relocation that corresponds to the COFF relocation
196 **:secrel_hi12:** generates a relocation that corresponds to the COFF relocation
/openbsd/gnu/usr.bin/clang/libLLVMBinaryFormat/
H A DMakefile9 COFF.cpp \
/openbsd/gnu/llvm/lld/COFF/
H A DPDB.cpp1348 case COFF::IMAGE_FILE_MACHINE_AMD64: in toCodeViewMachine()
1350 case COFF::IMAGE_FILE_MACHINE_ARM: in toCodeViewMachine()
1352 case COFF::IMAGE_FILE_MACHINE_ARM64: in toCodeViewMachine()
1354 case COFF::IMAGE_FILE_MACHINE_ARMNT: in toCodeViewMachine()
1356 case COFF::IMAGE_FILE_MACHINE_I386: in toCodeViewMachine()
1471 cgs.Characteristics |= llvm::COFF::IMAGE_SCN_MEM_WRITE; in addLinkerModuleCoffGroup()
1695 static uint32_t getSecrelReloc(llvm::COFF::MachineTypes machine) { in getSecrelReloc()
1698 return COFF::IMAGE_REL_AMD64_SECREL; in getSecrelReloc()
1700 return COFF::IMAGE_REL_I386_SECREL; in getSecrelReloc()
1702 return COFF::IMAGE_REL_ARM_SECREL; in getSecrelReloc()
[all …]
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp152 const auto *Header = static_cast<COFF::header *>(io.getContext()); in enumeration()
159 case COFF::IMAGE_FILE_MACHINE_I386: in enumeration()
162 case COFF::IMAGE_FILE_MACHINE_AMD64: in enumeration()
165 case COFF::IMAGE_FILE_MACHINE_ARMNT: in enumeration()
168 case COFF::IMAGE_FILE_MACHINE_ARM64: in enumeration()
169 case COFF::IMAGE_FILE_MACHINE_ARM64EC: in enumeration()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h57 if (!COFF::isReservedSectionNumber(SecIndex)) in setGraphSymbol()
70 assert(!COFF::isReservedSectionNumber(SecIndex) && "Invalid section index"); in setGraphBlock()
/openbsd/gnu/llvm/clang/docs/
H A DThinLTO.rst66 Starting with r284050 for ELF, r298942 for COFF.
148 - COFF lld-link (as of LLVM 6.0):
155 pruning. Cache pruning is supported with gold, ld64 and ELF and COFF lld, but
156 currently only gold, ELF and COFF lld allow you to control the policy with a
163 - COFF lld-link (as of LLVM 6.0):
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp486 (COFF::IMAGE_SCN_MEM_DISCARDABLE | COFF::IMAGE_SCN_LNK_INFO); in isRequiredForExecution()
501 (COFF::IMAGE_SCN_CNT_INITIALIZED_DATA in isReadOnlyData()
502 | COFF::IMAGE_SCN_MEM_READ in isReadOnlyData()
503 | COFF::IMAGE_SCN_MEM_WRITE)) in isReadOnlyData()
505 (COFF::IMAGE_SCN_CNT_INITIALIZED_DATA in isReadOnlyData()
506 | COFF::IMAGE_SCN_MEM_READ)); in isReadOnlyData()
518 COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isZeroInit()
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dm68kelf.em61 COFF or ELF. We need to call a special BFD backend function to
63 COFF and ELF. */
66 einfo ("%F%B: all input objects must be COFF or ELF for --embedded-relocs\n");
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dm68kelf.em61 COFF or ELF. We need to call a special BFD backend function to
63 COFF and ELF. */
66 einfo ("%F%B: all input objects must be COFF or ELF for --embedded-relocs\n");

12345678910>>...18