HomeSort by relevance Sort by last modified time
    Searched full:coff (Results 276 - 300 of 1583) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-vfp-7.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-7r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 1 /* BFD back-end for Intel 960 COFF files.
28 #include "coff/i960.h"
29 #include "coff/internal.h"
112 /* So the target symbol has to be of coff type, and the symbol
117 /* This is interesting, consider the case where we're outputting coff
118 from a mix n match input, linking from coff to a symbol defined in a
122 (char *) _("uncertain calling convention for non-COFF symbol");
163 /* i960 COFF is used by VxWorks 5.1. However, VxWorks 5.1 does not
171 Note that this function is only called if we are not using the COFF
174 generating COFF i960 output, so this function is actually no longe
    [all...]
libcoff-in.h 1 /* BFD COFF object file private structure.
44 /* `Tdata' information kept for COFF files. */
61 from coff implementation to implementation... */
86 /* Is this a PE format coff file? */
88 /* Used by the COFF backend linker. */
102 /* The timestamp from the COFF file header. */
105 /* Copy of some of the f_flags bits in the COFF filehdr structure,
109 /* coff-stgo32 EXE stub header after BFD tdata has been allocated. Its data
117 coff_data_type coff; member in struct:pe_tdata
141 /* Basic COFF information. *
142 coff_data_type coff; member in struct:xcoff_tdata
    [all...]
Makefile.am 60 # *-*-coff, *-*-aout, etc., configurations, because people will want to
270 coff-apollo.lo \
271 coff-arm.lo \
272 coff-aux.lo \
273 coff-go32.lo \
274 coff-h8300.lo \
275 coff-h8500.lo \
276 coff-i386.lo \
277 coff-i860.lo \
278 coff-i960.lo
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTsNull.c 19 Verifies the validility of a RFC3161 Timestamp CounterSignature embedded in PE/COFF Authenticode
25 PE/COFF image to be verified.
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.uni 7 // This library will have external input - PE/COFF image.
25 #string STR_MODULE_DESCRIPTION #language en-US "This library hooks LoadImage() API to verify every image by the verification policy. Caution: This module requires additional review when modified. This library will have external input - PE/COFF image. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow."
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.uni 8 // This library will have external input - PE/COFF image and GPT partition.
26 #string STR_MODULE_DESCRIPTION #language en-US "This library instance hooks LoadImage() API to measure every image that is not measured in PEI phase. And, it will also measure GPT partition. Caution: This module requires additional review when modified. This library will have external input - PE/COFF image and GPT partition. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow."
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.uni 8 // This library will have external input - PE/COFF image and GPT partition.
26 #string STR_MODULE_DESCRIPTION #language en-US "This library instance hooks LoadImage() API to measure every image that is not measured in PEI phase. And, it will also measure GPT partition. Caution: This module requires additional review when modified. This library will have external input - PE/COFF image and GPT partition. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow."
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
PeCoffExtraActionLib.c 2 PE/Coff Extra Action library instances.
40 Common routine to report the PE/COFF image loading/relocating or unloading event.
45 PE/COFF image.
123 // DR1 = The address of the Null-terminated ASCII string for the PE/COFF image's PDB file name
200 Performs additional actions after a PE/COFF image has been loaded and relocated.
203 PE/COFF image that has already been loaded and relocated.
216 Performs additional actions just before a PE/COFF image is unloaded. Any resources
220 PE/COFF image that is being unloaded.
  /external/libjpeg-turbo/
acinclude.m4 17 objfmt='Win64-COFF'
20 objfmt='Win32-COFF'
25 objfmt='COFF'
30 linux*coff* | linux*oldld*)
31 objfmt='COFF' # ???
94 Win32-COFF) NAFLAGS='-fwin32 -DWIN32';;
95 Win64-COFF) NAFLAGS='-fwin64 -DWIN64 -D__x86_64__';;
96 COFF) NAFLAGS='-fcoff -DCOFF';;
  /external/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 15 #include "llvm/Support/COFF.h"
37 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 1 //===-- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer *- C++ -*-===//
38 /// \brief Construct a new Win COFF writer instance.
  /external/llvm/test/MC/COFF/
switch-relocations.ll 1 ; The purpose of this test is to see if the COFF object writer can properly
7 ; x86-64 COFF code yet.
  /external/swiftshader/third_party/LLVM/test/MC/COFF/
module-asm.ll 4 ; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o - | coff-dump.py | FileCheck %s
5 ; RUN: llc -filetype=obj -mtriple x86_64-pc-win32 %s -o - | coff-dump.py | FileCheck %s
simple-fixups.s 4 // RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s | coff-dump.py | FileCheck %s
5 // I WOULD RUN, BUT THIS FAILS: llvm-mc -filetype=obj -triple x86_64-pc-win32 %s | coff-dump.py | FileCheck %s
switch-relocations.ll 1 ; The purpose of this test is to see if the COFF object writer can properly
7 ; x86-64 COFF code yet.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 15 #include "llvm/Support/COFF.h"
38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===//
39 /// \brief Construct a new Win COFF writer instance.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 15 #include "llvm/Support/COFF.h"
38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===//
39 /// \brief Construct a new Win COFF writer instance.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 15 #include "llvm/Support/COFF.h"
38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===//
39 /// \brief Construct a new Win COFF writer instance.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 15 #include "llvm/Support/COFF.h"
38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===//
39 /// \brief Construct a new Win COFF writer instance.

Completed in 211 milliseconds

<<11121314151617181920>>