HomeSort by relevance Sort by last modified time
    Searched full:coff (Results 76 - 100 of 451) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.c 3 * copied from cofftest.c; s/coff/elf/g
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/
yasm_objfmts.xml 76 <title>coff</title>
78 <para>The COFF object format is an older relocatable object format
134 of COFF.</para>
150 COFF. It's a multi-section relocatable format that supports 64-bit
  /external/chromium_org/third_party/yasm/source/patched-yasm/
yasm_objfmts.7 40 .SH "COFF"
42 The COFF object format is an older relocatable object format used on older Unix and compatible systems, and also (more recently) on the DJGPP development system for DOS\&.
69 The Win32 object format produces object files compatible with Microsoft compilers (such as Visual C++) that target the 32\-bit x86 Windows platform\&. The object format itself is an extended version of COFF\&.
77 The XDF object format is essentially a simplified version of COFF\&. It\'s a multi\-section relocatable format that supports 64\-bit physical and virtual addresses\&.
  /external/llvm/include/llvm/MC/
MCAsmInfoCOFF.h 1 //===-- MCAsmInfoCOFF.h - COFF asm properties -------------------*- C++ -*-===//
MCSectionCOFF.h 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===//
19 #include "llvm/Support/COFF.h"
  /external/llvm/test/MC/COFF/
relocation-imgrel.s 0 // COFF Image-relative relocations
  /external/llvm/tools/obj2yaml/
obj2yaml.h 16 #include "llvm/Object/COFF.h"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-windres.1 149 .ie n .IP """coff""" 4
151 .IX Item "coff"
152 A \s-1COFF\s0 object or executable.
159 \&\fBwindres\fR converts from the \f(CW\*(C`res\*(C'\fR format to the \f(CW\*(C`coff\*(C'\fR
172 \&\fI.exe\fR will be treated as a \f(CW\*(C`coff\*(C'\fR file.
178 to convert it to a \s-1COFF\s0 object file, and then link the \s-1COFF\s0 file into
192 read from standard input. \fBwindres\fR can not read a \s-1COFF\s0 file from
204 \&\fBwindres\fR can not write a \s-1COFF\s0 file to standard output. Note,
231 Specify the \s-1BFD\s0 format to use for a \s-1COFF\s0 file as input or output. Thi
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 2 * COFF (DJGPP) object format
32 #include "coff-objfmt.h"
38 * the LMA. According to the DJGPP COFF Spec, this should be set to 1
165 unsigned long index; /* assigned COFF symbol table index */
181 unsigned int machine; /* COFF machine to use */
486 N_("coff: relocation too complex"));
512 N_("coff: wrt expression too complex"));
518 N_("coff: cannot wrt across sections"));
525 /* In standard COFF, COMMON symbols have their length added in */
538 N_("coff: common size too complex"))
    [all...]
  /external/chromium_org/third_party/yasm/
yasm.gyp 125 'source/patched-yasm/modules/objfmts/coff/coff-objfmt.c',
126 'source/patched-yasm/modules/objfmts/coff/win64-except.c',
246 'infile': 'source/patched-yasm/modules/objfmts/coff/win64-gas.mac',
258 # source/patched-yasm/modules/objfmts/coff/coff-objfmt.c
265 'infile': 'source/patched-yasm/modules/objfmts/coff/win64-nasm.mac',
279 # source/patched-yasm/modules/objfmts/coff/coff-objfmt.c
  /external/llvm/include/llvm/Support/
COFF.h 1 //===-- llvm/Support/COFF.h -------------------------------------*- C++ -*-===//
10 // This file contains an definitions used in Windows COFF Files.
13 // information from Microsoft's publicly available PE/COFF format document:
31 namespace COFF {
33 // The maximum number of sections that a COFF object can have (inclusive).
39 // Sizes in bytes of various things in the COFF format.
92 /// COFF line numbers have been stripped. This is deprecated and should be
95 /// COFF symbol table entries for local symbols have been removed. This is
654 } // End namespace COFF.
  /external/kernel-headers/original/uapi/linux/
coff.h 5 If the file format changes in the COFF object, this file should be
10 more information about COFF, then O'Reilly has a very excellent book.
52 /*** coff information for Intel 386/486. */
118 /* Linux COFF must have this "optional" header. Standard COFF has no entry
125 Use the 'f_opthdr' field in the main coff header for the size of the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
coff.h 5 If the file format changes in the COFF object, this file should be
10 more information about COFF, then O'Reilly has a very excellent book.
52 /*** coff information for Intel 386/486. */
118 /* Linux COFF must have this "optional" header. Standard COFF has no entry
125 Use the 'f_opthdr' field in the main coff header for the size of the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coff.h 5 If the file format changes in the COFF object, this file should be
10 more information about COFF, then O'Reilly has a very excellent book.
52 /*** coff information for Intel 386/486. */
118 /* Linux COFF must have this "optional" header. Standard COFF has no entry
125 Use the 'f_opthdr' field in the main coff header for the size of the
  /external/llvm/docs/
yaml2obj.rst 13 COFF Syntax
16 Here's a sample COFF file.
Extensions.rst 34 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
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 10 // This file contains support for writing line tables info into COFF files.
17 #include "llvm/Support/COFF.h"
108 // If module doesn't have named metadata anchors or COFF debug section
160 Asm->EmitInt32(COFF::DEBUG_LINE_TABLE_SUBSECTION);
222 Asm->EmitInt32(COFF::DEBUG_SECTION_MAGIC);
224 // The COFF .debug$S section consists of several subsections, each starting
234 Asm->EmitInt32(COFF::DEBUG_INDEX_SUBSECTION);
247 Asm->EmitInt32(COFF::DEBUG_STRING_TABLE_SUBSECTION);
  /external/llvm/test/tools/llvm-readobj/
peplus.test 1 RUN: llvm-readobj -file-headers %p/Inputs/nop.exe.coff-x86-64 | FileCheck %s
3 CHECK: Format: COFF-x86-64
  /external/llvm/test/Object/
nm-shared-object.test 28 RUN: not llvm-nm -D %p/Inputs/trivial-object-test.coff-i386 2>&1 \
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 89 /// createX86WinCOFFStreamer - Construct an X86 Windows COFF machine code
90 /// streamer which will generate PE/COFF format object files.
108 /// createX86WinCOFFObjectWriter - Construct an X86 Win COFF object writer.
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 37 // tags (`!ELF`, `!COFF`, etc.) would be used to discriminate between them.
52 clEnumValN(YOF_COFF, "coff", "COFF object file format"),
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 41 #include "llvm/Object/COFF.h"
166 // TheTriple defaults to ELF, and COFF doesn't have an environment:
672 static void PrintCOFFSymbolTable(const COFFObjectFile *coff) {
674 if (error(coff->getHeader(header)))
680 if (error(coff->getSymbol(SI, Symbol)))
683 if (error(coff->getSymbolName(Symbol, Name)))
688 << "(fl 0x00)" // Flag bits, which COFF doesn't have.
698 if (error(coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)))
712 if (error(coff->getAuxSymbol<coff_aux_file>(SI + 1, AF)))
716 Symbol->NumberOfAuxSymbols * COFF::SymbolSize)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86asm.pl 249 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
256 elsif (($type eq "coff" or $type eq "gaswin"))
257 { $coff=1; require "x86gas.pl"; }
275 coff - GAS/COFF such as Win32 targets
  /external/openssl/crypto/perlasm/
x86asm.pl 221 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
226 elsif (($type eq "coff" or $type eq "gaswin"))
227 { $coff=1; require "x86gas.pl"; }
245 coff - GAS/COFF such as Win32 targets
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha512-armv4.pl 81 $Coff=8*2;
145 ldr $t3,[sp,#$Coff+0] @ c.lo
168 ldr $t2,[sp,#$Coff+4] @ c.hi
276 ldr $t0, [$ctx,#$Coff+$lo]
277 ldr $t1, [$ctx,#$Coff+$hi]
282 str $t0, [sp,#$Coff+0]
283 str $t1, [sp,#$Coff+4]
390 ldr $Alo,[sp,#$Coff+0]
391 ldr $Ahi,[sp,#$Coff+4]
394 ldr $t0, [$ctx,#$Coff+$lo
    [all...]

Completed in 876 milliseconds

1 2 34 5 6 7 8 91011>>