Searched refs:COFF (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dgould-np1.h26 /* If your system uses COFF (Common Object File Format) then define the
27 preprocessor symbol "COFF". */
28 /* UTX 3.0 uses a cross between COFF and a.out format, but closer to COFF. */
30 #ifndef COFF
31 #define COFF macro
32 #endif COFF
39 /* If your system uses COFF (Common Object File Format) then define the
40 preprocessor symbol "COFF". */
41 /* UTX 3.0 uses a cross between COFF an
43 #define COFF macro
[all...]
H A Dparagon.h4 #define COFF macro
H A Delxsi.h123 /* Elxsi uses COFF under both Sys V and BSD environments */
125 #define COFF macro
H A Dgould.h116 /* If this is a 2.1 system, COFF will be predefined by cpp. If it's */
117 /* pre-2.1 COFF won't be defined, which is as it should be. */
119 #ifdef COFF
138 /* make Gould NP and PN COFF look like USG COFF */
139 /* PN COFF */
141 /* PN COFF doesn't have a data_start or a_dtbase field in its */
144 /* Gould COFF */
157 * as COFF does, but we'll take advantage of that here.
162 #endif /* COFF */
[all...]
H A Dsun386.h71 /* Roadrunner uses 'COFF' format */
72 #define COFF macro
H A Dnews-risc.h46 #define COFF macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp1 //===-- X86WinCOFFObjectWriter.cpp - X86 Win COFF Writer ------------------===//
13 #include "llvm/Support/COFF.h"
35 : MCWinCOFFObjectTargetWriter(Is64Bit_ ? COFF::IMAGE_FILE_MACHINE_AMD64 :
36 COFF::IMAGE_FILE_MACHINE_I386),
46 return Is64Bit ? COFF::IMAGE_REL_AMD64_REL32 : COFF::IMAGE_REL_I386_REL32;
49 return Is64Bit ? COFF::IMAGE_REL_AMD64_ADDR32 : COFF::IMAGE_REL_I386_DIR32;
52 return COFF::IMAGE_REL_AMD64_ADDR64;
55 return Is64Bit ? COFF
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCSectionCOFF.cpp1 //===- lib/MC/MCSectionCOFF.cpp - COFF Code Section Representation --------===//
47 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE)
51 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
53 case COFF::IMAGE_COMDAT_SELECT_NODUPLICATES:
56 case COFF::IMAGE_COMDAT_SELECT_ANY:
59 case COFF::IMAGE_COMDAT_SELECT_SAME_SIZE:
62 case COFF::IMAGE_COMDAT_SELECT_EXACT_MATCH:
68 case COFF::IMAGE_COMDAT_SELECT_LARGEST:
72 assert (0 && "unsupported COFF selection type");
83 return getCharacteristics() & COFF
[all...]
H A DMCObjectFileInfo.cpp399 // COFF
402 COFF::IMAGE_SCN_CNT_CODE |
403 COFF::IMAGE_SCN_MEM_EXECUTE |
404 COFF::IMAGE_SCN_MEM_READ,
408 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
409 COFF::IMAGE_SCN_MEM_READ |
410 COFF::IMAGE_SCN_MEM_WRITE,
414 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
415 COFF::IMAGE_SCN_MEM_READ,
420 COFF
[all...]
H A DWinCOFFObjectWriter.cpp10 // This file contains an implementation of a Win32 COFF object file writer.
32 #include "llvm/Support/COFF.h"
43 typedef llvm::SmallString<COFF::NameSize> name;
55 COFF::Auxiliary Aux;
63 COFF::symbol Data;
83 // This class contains staging data for a COFF relocation entry.
85 COFF::relocation Data;
89 static size_t size() { return COFF::RelocationSize; }
96 COFF::section Header;
108 // This class holds the COFF strin
[all...]
H A DWinCOFFStreamer.cpp10 // This file contains an implementation of a Win32 COFF object file streamer.
29 #include "llvm/Support/COFF.h"
99 COFF::IMAGE_SCN_CNT_CODE
100 | COFF::IMAGE_SCN_MEM_EXECUTE
101 | COFF::IMAGE_SCN_MEM_READ,
108 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA
109 | COFF::IMAGE_SCN_MEM_READ
110 | COFF::IMAGE_SCN_MEM_WRITE,
117 COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA
118 | COFF
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp21 #include "llvm/Support/COFF.h"
115 /// This parses a yaml stream that represents a COFF object file.
120 // A COFF string table always starts with a 4 byte size field. Offsets into
151 uint16_t Machine = COFF::MT_Invalid;
155 Machine = StringSwitch<COFF::MachineTypes>(ValueValue)
157 , COFF::IMAGE_FILE_MACHINE_UNKNOWN)
159 , COFF::IMAGE_FILE_MACHINE_AM33)
161 , COFF::IMAGE_FILE_MACHINE_AMD64)
163 , COFF::IMAGE_FILE_MACHINE_ARM)
165 , COFF
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dsetup.com4 $ define coff [-.INCLUDE.COFF]
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dlynxos.h42 /* COFF related */
43 #define COFF macro
H A Dumax.h108 /* If your system uses COFF (Common Object File Format) then define the
109 preprocessor symbol "COFF". */
111 #define COFF macro
H A Dusg5-0.h88 /* If your system uses COFF (Common Object File Format) then define the
89 preprocessor symbol "COFF". */
91 #define COFF macro
H A Dusg5-2-2.h87 /* If your system uses COFF (Common Object File Format) then define the
88 preprocessor symbol "COFF". */
90 #define COFF macro
H A Dusg5-2.h87 /* If your system uses COFF (Common Object File Format) then define the
88 preprocessor symbol "COFF". */
90 #define COFF macro
H A Drtu.h102 /* If your system uses COFF (Common Object File Format) then define the
103 preprocessor symbol "COFF". */
105 #undef COFF macro
H A Dunipl5-2.h95 /* If your system uses COFF (Common Object File Format) then define the
96 preprocessor symbol "COFF". */
98 #define COFF macro
H A Ddgux.h109 /* If your system uses COFF (Common Object File Format) then define the
110 preprocessor symbol "COFF".
112 DGUX can use either COFF or ELF; the default is ELF.
113 To compile for COFF (or BCS) use the TARGET_BINARY_INTERFACE
118 #ifndef COFF
119 #define COFF macro
120 #endif /* COFF */
122 #undef COFF macro
128 #ifndef COFF /* People will probably find this apparently unreliable
134 while COFF executable
[all...]
H A Dusg5-3.h98 /* If your system uses COFF (Common Object File Format) then define the
99 preprocessor symbol "COFF". */
101 #define COFF macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp1 //===- COFFObjectFile.cpp - COFF object file implementation -----*- C++ -*-===//
14 #include "llvm/Object/COFF.h"
145 if (symb->StorageClass == COFF::IMAGE_SYM_CLASS_EXTERNAL &&
146 symb->SectionNumber == COFF::IMAGE_SYM_UNDEFINED) {
149 if (symb->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
170 if (symb->StorageClass == COFF::IMAGE_SYM_CLASS_EXTERNAL &&
171 symb->SectionNumber == COFF::IMAGE_SYM_UNDEFINED)
175 if (symb->StorageClass == COFF::IMAGE_SYM_CLASS_EXTERNAL)
178 if (symb->StorageClass == COFF::IMAGE_SYM_CLASS_WEAK_EXTERNAL)
181 if (symb->SectionNumber == COFF
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-3.d7 # The .text # section in PE/COFF has a fixed set of flags and these
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dmimetypes.tcl78 switch -- [Nv s 0 ] 1538 {emit application/x-alan-adventure-game} 387 {emit application/x-executable-file} -147 {emit application/data} -155 {emit application/data} -5536 {emit application/x-arj} -138 {emit application/data} -394 {emit application/data} -650 {emit application/x-lzh} 387 {emit application/x-executable-file} 392 {emit application/x-executable-file} 399 {emit application/x-object-file} -13230 {emit {RLE image data,}} 322 {emit {basic-16 executable}} 323 {emit {basic-16 executable \(TV\)}} 328 {emit application/x-executable-file} 329 {emit application/x-executable-file} 330 {emit application/x-executable-file} 338 {emit application/x-executable-file} 332 {emit application/x-executable-file} 1078 {emit font/linux-psf} 387 {emit {ECOFF alpha}} 332 {emit {MS Windows COFF Intel 80386 object file}} 358 {emit {MS Windows COFF MIPS R4000 object file}} 388 {emit {MS Windows COFF Alpha object file}} 616 {emit {MS Windows COFF Motorola 68000 object file}} 496 {emit {MS Windows COFF PowerPC object file}} 656 {emit {MS Windows COFF PA-RISC object file}} 263 {emit {PDP-11 executable}} 257 {emit {PDP-11 UNIX/RT ldp}} 261 {emit {PDP-11 old overlay}} 264 {emit {PDP-11 pure executable}} 265 {emit {PDP-11 separate I&D executable}} 287 {emit {PDP-11 kernel overlay}} 4843 {emit {SYMMETRY i386 .o}} 8939 {emit {SYMMETRY i386 executable \(0 @ 0\)}} 13035 {emit {SYMMETRY i386 executable \(invalid @ 0\)}} 17131 {emit {SYMMETRY i386 standalone executable}} 376 {emit {VAX COFF executable}} 381 {emit {VAX COFF pure executable}} -155 {emit x.out} 518 {emit {Microsoft a.out}} 320 {emit {old Microsoft 8086 x.out}} 1408 {emit {XENIX 8086 relocatable or 80286 small model}}
80 switch -- [Nv S 0 ] 272 {emit application/x-executable-file} 273 {emit application/x-executable-file} 29127 {emit application/x-cpio} -14479 {emit application/x-bcpio} -147 {emit application/data} -155 {emit application/data} 368 {emit application/x-executable-file} 369 {emit application/x-executable-file} 1793 {emit application/x-executable-file} 262 {emit application/x-executable-file} 1537 {emit application/x-executable-file} 381 {emit application/x-executable-file} 383 {emit application/x-executable-file} 7967 {emit application/data} 8191 {emit application/data} -13563 {emit application/data} 1281 {emit application/x-locale} 340 {emit application/data} 341 {emit application/x-executable-file} 286 {emit font/x-vfont} 7681 {emit font/x-vfont} 407 {emit application/x-executable-file} 404 {emit application/x-executable-file} 200 {emit {hp200 \(68010\) BSD}} 300 {emit {hp300 \(68020+68881\) BSD}} 351 {emit {370 XA sysV executable}} 346 {emit {370 XA sysV pure executable}} 22529 {emit {370 sysV pure executable}} 23041 {emit {370 XA sysV pure executable}} 23809 {emit {370 sysV executable}} 24321 {emit {370 XA sysV executable}} 345 {emit {SVR2 executable \(Amdahl-UTS\)}} 348 {emit {SVR2 pure executable \(Amdahl-UTS\)}} 344 {emit {SVR2 pure executable \(USS/370\)}} 349 {emit {SVR2 executable \(USS/370\)}} 479 {emit {executable \(RISC System/6000 V3.1\) or obj module}} 260 {emit {shared library}} 261 {emit {ctab data}} -508 {emit {structured file}} 12320 {emit {character Computer Graphics Metafile}} -40 {emit image/jpeg} 474 {emit x/x-image-sgi} 4112 {emit {PEX Binary Archive}} -21267 {emit {Java serialization data}} -32768 {emit {lif file}} 256 {emit {raw G3 data, byte-padded}} 5120 {emit {raw G3 data}} 336 {emit {mc68k COFF}} 337 {emit {mc68k executable \(shared\)}} 338 {emit {mc68k executable \(shared demand paged\)}} 364 {emit {68K BCS executable}} 365 {emit {88K BCS executable}} 392 {emit {Tower/XP rel 2 object}} 397 {emit {Tower/XP rel 2 object}} 400 {emit {Tower/XP rel 3 object}} 405 {emit {Tower/XP rel 3 object}} 408 {emit {Tower32/600/400 68020 object}} 416 {emit {Tower32/800 68020}} 421 {emit {Tower32/800 68010}} -30771 {emit {OS9/6809 module:}} 19196 {emit {OS9/68K module:}} 373 {emit {i386 COFF objec
[all...]

Completed in 121 milliseconds

123