/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 56 * special COFF section called ".dcd_register" 59 * pszCoffPath: Pointer to name of COFF file containing DCD 72 * COFF file to contain the right COFF sections, especially 82 * special COFF section called ".dcd_register" 85 * pszCoffPath: Pointer to name of COFF file containing 98 * COFF file to contain the right COFF sections, especially 305 * COFF section called ".dcd_register", and for each object, 311 * pszCoffPath: Pointer to name of COFF file containing DC [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/ |
Makefile.flat | 91 modules/objfmts/coff/coff-objfmt.o \ 92 modules/objfmts/coff/win64-except.o \ 193 win64-nasm.c: modules/objfmts/coff/win64-nasm.mac genmacro 194 ./genmacro $@ win64_nasm_stdmac modules/objfmts/coff/win64-nasm.mac 195 win64-gas.c: modules/objfmts/coff/win64-gas.mac genmacro 196 ./genmacro $@ win64_gas_stdmac modules/objfmts/coff/win64-gas.mac 198 modules/objfmts/coff/coff-objfmt.c: win64-nasm.c win64-gas.c
|
/external/llvm/test/tools/llvm-readobj/ |
file-headers.test | 1 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-i386 \ 3 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-x86-64 \ 5 RUN: llvm-readobj -h %p/Inputs/trivial.exe.coff-i386 \ 12 COFF32: File: {{(.*[/\\])?}}trivial.obj.coff-i386 13 COFF32-NEXT: Format: COFF-i386 27 COFF64: File: {{(.*[/\\])?}}trivial.obj.coff-x86-64 28 COFF64-NEXT: Format: COFF-x86-64 104 PE32: File: {{(.*[/\\])?}}trivial.exe.coff-i386 105 PE32-NEXT: Format: COFF-i386
|
relocations.test | 1 RUN: llvm-readobj -r %p/Inputs/trivial.obj.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF 16 COFF: Relocations [ 17 COFF-NEXT: Section (1) .text { 18 COFF-NEXT: 0x4 IMAGE_REL_I386_DIR32 .data 19 COFF-NEXT: 0x9 IMAGE_REL_I386_REL32 _puts 20 COFF-NEXT: 0xE IMAGE_REL_I386_REL32 _SomeOtherFunction 21 COFF-NEXT: } 22 COFF-NEXT: ]
|
/external/llvm/include/llvm/MC/ |
MCSectionCOFF.h | 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===// 19 #include "llvm/Support/COFF.h" 52 assert ((Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) ==
|
MCAsmInfoCOFF.h | 1 //===-- MCAsmInfoCOFF.h - COFF asm properties -------------------*- C++ -*-===//
|
/external/llvm/tools/yaml2obj/ |
yaml2obj.cpp | 34 // tags (`!ELF`, `!COFF`, etc.) would be used to discriminate between them. 49 clEnumValN(YOF_COFF, "coff", "COFF object file format"),
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
cofftest.asm | 1 ; test source file for assembling to COFF 3 ; yasm -f coff cofftest.asm
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/ |
win32test.asm | 1 ; test source file for assembling to COFF 3 ; yasm -f coff cofftest.asm
|
/external/dropbear/libtommath/etc/ |
makefile.icc | 35 # same app but using RDTSC for higher precision [requires 80586+], coff based gcc installs [e.g. ming, cygwin, djgpp] 37 nasm -f coff timer.asm
|
/external/llvm/lib/MC/ |
MCAsmInfoCOFF.cpp | 1 //===-- MCAsmInfoCOFF.cpp - COFF asm properties -----------------*- C++ -*-===// 11 // should take in general on COFF-based targets
|
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 682 // COFF 691 COFF::IMAGE_SCN_MEM_DISCARDABLE; 694 COFF::IMAGE_SCN_MEM_EXECUTE | 695 COFF::IMAGE_SCN_MEM_READ | 696 COFF::IMAGE_SCN_CNT_CODE; 699 COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA | 700 COFF::IMAGE_SCN_MEM_READ | 701 COFF::IMAGE_SCN_MEM_WRITE; 704 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | 705 COFF::IMAGE_SCN_MEM_READ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftest.c | 3 * copied from cofftest.c; s/coff/elf/g
|
/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/test/MC/COFF/ |
relocation-imgrel.s | 0 // COFF Image-relative relocations
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-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...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-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...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-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...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-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 | 119 'source/patched-yasm/modules/objfmts/coff/coff-objfmt.c', 120 'source/patched-yasm/modules/objfmts/coff/win64-except.c', 253 'infile': 'source/patched-yasm/modules/objfmts/coff/win64-gas.mac', 265 # source/patched-yasm/modules/objfmts/coff/coff-objfmt.c 272 'infile': 'source/patched-yasm/modules/objfmts/coff/win64-nasm.mac', 286 # source/patched-yasm/modules/objfmts/coff/coff-objfmt.c
|
/external/llvm/include/llvm/Object/ |
COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/Support/COFF.h" 27 /// The DOS compatible header at the front of all PE/COFF executables. 60 /// The 32-bit PE header that follows the COFF header. 94 /// The 64-bit PE header that follows the COFF header.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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
|