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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-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
  /external/libpng/projects/visualc71/
zlib.vcproj 505 CommandLine="ml /nologo /c /Cx /coff /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
514 CommandLine="ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
535 CommandLine="ml /nologo /c /Cx /coff /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
544 CommandLine="ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
619 CommandLine="ml /nologo /c /Cx /coff /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
628 CommandLine="ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
649 CommandLine="ml /nologo /c /Cx /coff /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
658 CommandLine="ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)"
  /external/llvm/docs/
Extensions.rst 20 X86/COFF-Dependent
29 corresponds to the COFF relocation types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or
yaml2obj.rst 13 COFF Syntax
16 Here's a sample COFF file.
  /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 {
36 // Sizes in bytes of various things in the COFF format.
89 /// COFF line numbers have been stripped. This is deprecated and should be
92 /// COFF symbol table entries for local symbols have been removed. This is
611 } // End namespace COFF.
  /external/llvm/test/MC/COFF/
global_ctors_dtors.ll 1 ; Test that global ctors are emitted into the proper COFF section for the
section-name-encoding.s 1 // Check that COFF section names are properly encoded.
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 11 #include "llvm/Object/COFF.h"
95 Sym.SimpleType = COFF::SymbolBaseType(Symbol->getBaseType());
96 Sym.ComplexType = COFF::SymbolComplexType(Symbol->getComplexType());
  /external/chromium_org/third_party/openssl/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
x86gas.pl 8 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
14 $com_start="#" if ($::aout or $::coff);
109 if ($::coff)
224 elsif ($::coff)
  /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
x86gas.pl 8 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
14 $com_start="#" if ($::aout or $::coff);
109 if ($::coff)
224 elsif ($::coff)
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 41 #include "llvm/Object/COFF.h"
158 // TheTriple defaults to ELF, and COFF doesn't have an environment:
621 static void PrintCOFFSymbolTable(const COFFObjectFile *coff) {
623 if (error(coff->getHeader(header))) return;
629 if (symbol->StorageClass == COFF::IMAGE_SYM_CLASS_STATIC
632 if (error(coff->getAuxSymbol<coff_aux_section_definition>(i, asd)))
647 if (error(coff->getSymbol(i, symbol))) return;
648 if (error(coff->getSymbolName(symbol, name))) return;
651 << "(fl 0x00)" // Flag bits, which COFF doesn't have.
665 if (const COFFObjectFile *coff = dyn_cast<const COFFObjectFile>(o)
    [all...]
COFFDump.cpp 1 //===-- COFFDump.cpp - COFF-specific dumper ---------------------*- C++ -*-===//
11 /// \brief This file implements the COFF-specific dumper for llvm-objdump.
19 #include "llvm/Object/COFF.h"
234 if (Header->Machine != COFF::IMAGE_FILE_MACHINE_AMD64) {
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-armv4.pl 64 $Coff=8*2;
128 ldr $t3,[sp,#$Coff+0] @ c.lo
151 ldr $t2,[sp,#$Coff+4] @ c.hi
257 ldr $t0, [$ctx,#$Coff+$lo]
258 ldr $t1, [$ctx,#$Coff+$hi]
263 str $t0, [sp,#$Coff+0]
264 str $t1, [sp,#$Coff+4]
371 ldr $Alo,[sp,#$Coff+0]
372 ldr $Ahi,[sp,#$Coff+4]
375 ldr $t0, [$ctx,#$Coff+$lo
    [all...]
sha256-586.pl 38 $Coff=&DWP(8,"esp");
79 &mov ("edi",$Coff);
147 &mov ($Coff,"ecx");
196 &mov ("ecx",$Coff);
  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 64 $Coff=8*2;
128 ldr $t3,[sp,#$Coff+0] @ c.lo
151 ldr $t2,[sp,#$Coff+4] @ c.hi
257 ldr $t0, [$ctx,#$Coff+$lo]
258 ldr $t1, [$ctx,#$Coff+$hi]
263 str $t0, [sp,#$Coff+0]
264 str $t1, [sp,#$Coff+4]
371 ldr $Alo,[sp,#$Coff+0]
372 ldr $Ahi,[sp,#$Coff+4]
375 ldr $t0, [$ctx,#$Coff+$lo
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 2 ; copied from cofftest.asm; s/_//g s/coff/elf/g
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 2 * COFF (DJGPP) object format
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.asm 2 ; copied from cofftest.asm; s/_//g s/coff/elf/g
  /external/chromium_org/third_party/yasm/
yasm.host.darwin-x86.mk 50 $(gyp_intermediate_dir)/third_party/yasm/win64-gas.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-gas.mac $(GYP_TARGET_DEPENDENCIES)
51 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-gas.mac. ($@)"
52 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-gas.c" win64_gas_stdmac source/patched-yasm/modules/objfmts/coff/win64-gas.mac
60 $(gyp_intermediate_dir)/third_party/yasm/win64-nasm.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-nasm.mac $(GYP_TARGET_DEPENDENCIES)
61 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-nasm.mac. ($@)"
62 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-nasm.c" win64_nasm_stdmac source/patched-yasm/modules/objfmts/coff/win64-nasm.mac
222 third_party/yasm/source/patched-yasm/modules/objfmts/coff/coff-objfmt.c \
223 third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-except.c \
yasm.host.linux-x86.mk 50 $(gyp_intermediate_dir)/third_party/yasm/win64-gas.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-gas.mac $(GYP_TARGET_DEPENDENCIES)
51 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-gas.mac. ($@)"
52 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-gas.c" win64_gas_stdmac source/patched-yasm/modules/objfmts/coff/win64-gas.mac
60 $(gyp_intermediate_dir)/third_party/yasm/win64-nasm.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-nasm.mac $(GYP_TARGET_DEPENDENCIES)
61 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-nasm.mac. ($@)"
62 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-nasm.c" win64_nasm_stdmac source/patched-yasm/modules/objfmts/coff/win64-nasm.mac
222 third_party/yasm/source/patched-yasm/modules/objfmts/coff/coff-objfmt.c \
223 third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-except.c \
  /external/llvm/lib/MC/
MCObjectWriter.cpp 54 // On ELF and COFF A - B is absolute if A and B are in the same section.
MCWin64EH.cpp 230 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
231 COFF::IMAGE_SCN_MEM_READ,
240 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
241 COFF::IMAGE_SCN_MEM_READ,

Completed in 3033 milliseconds

1 2 34 5 6 7 8 91011>>