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

<<11121314151617181920>>

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 1 //===-- MCAsmInfoCOFF.cpp - COFF asm properties -----------------*- C++ -*-===//
11 // should take in general on COFF-based targets
  /external/llvm/test/tools/llvm-dwp/X86/
merge.test 31 CHECK: [[COFF:0x[0-9a-f]*]]:
46 CHECK-DAG: [[DWOC]] {{\[}}[[COFF]], [[AOFF]]) [0x0000[[CAOFF]], 0x0000[[AAOFF]]) [0x00000000, 0x00000011) [0x00000000, 0x00000018)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionCOFF.h 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===//
19 #include "llvm/Support/COFF.h"
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmInfoCOFF.cpp 1 //===-- MCAsmInfoCOFF.cpp - COFF asm properties -----------------*- C++ -*-===//
11 // should take in general on COFF-based targets
  /external/swiftshader/third_party/LLVM/test/MC/COFF/
symbol-alias.s 5 // RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s | coff-dump.py | FileCheck %s
6 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-win32 %s | coff-dump.py | FileCheck %s
  /external/syslinux/efi/
wrapper.h 43 * COFF header
116 * FIXME: There are additional fields in Microsoft PE COFF v8
  /prebuilts/go/darwin-x86/src/debug/pe/
symbol.go 15 // COFFSymbol represents single COFF symbol table record.
54 // in COFF string table st instead.
  /prebuilts/go/linux-x86/src/debug/pe/
symbol.go 15 // COFFSymbol represents single COFF symbol table record.
54 // in COFF string table st instead.
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
size.exp 56 # The z80-coff port defaults to a "binary" like output
58 setup_xfail "z80-*-coff"
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.h 55 /* Provide mappings from the original H8 COFF relocation names to
57 most of tc-h8300.c without modifications for both ELF and COFF
  /toolchain/binutils/binutils-2.25/include/coff/
i386.h 0 /* coff information for Intel 386/486.
22 #include "coff/external.h"
ia64.h 0 /* coff information for HP/Intel IA-64.
23 #include "coff/external.h"
m68k.h 0 /* coff information for M68K
24 #include "coff/external.h"
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 5 This library will have external input - PE/COFF image and GPT partition.
9 DxeTpmMeasureBootLibImageRead() function will make sure the PE/COFF image content
12 TcgMeasurePeImage() function will accept untrusted PE/COFF image and validate its
64 Reads contents of a PE/COFF image in memory buffer.
67 PE/COFF image is external input, so this function will make sure the PE/COFF image content
70 @param FileHandle Pointer to the file handle to read the PE/COFF image.
71 @param FileOffset Offset into the PE/COFF image to begin the read operation.
74 @param Buffer Output buffer that contains the data read from the PE/COFF image.
76 @retval EFI_SUCCESS The specified portion of the PE/COFF image was read and the size
    [all...]
  /external/llvm/tools/llvm-objdump/
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"
288 error(Obj->getDataDirectory(COFF::TLS_TABLE, DataDir));
313 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386)
317 error(Obj->getDataDirectory(COFF::LOAD_CONFIG_TABLE, DataDir));
423 // this COFF file is imported from some DLLs. This is rare.
445 // Given the COFF object file, this function returns the relocations for .pdata
585 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) {
620 void llvm::printCOFFSymbolTable(const COFFObjectFile *coff) {
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-coff.c 1 /* simple-object-coff.c -- routines to manipulate COFF object files.
45 /* COFF structures and constants. */
47 /* COFF file header. */
66 /* COFF section header. */
98 /* COFF symbol table entry. */
195 /* There is no magic number which indicates a COFF file as opposed to
196 any other sort of file. Instead, each COFF file starts with a
199 COFF format. */
214 /* This is a list of the COFF magic numbers which we recognize, namel
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 18 Tiano PE/COFF loader
104 Install PE/COFF loader PPI
110 This - Pointer to get Pei PE coff loader protocol as output
164 Retrieves the PE or TE Header from a PE/COFF or TE image
175 Otherwise, the error status from reading the PE/COFF or TE image using the ImageRead function.
209 // Read the PE/COFF Header. For PE32 (32-bit) this will read in too much
278 // If the PE/COFF loader does not support the image type return
298 Checks the PE or TE header of a PE/COFF or TE image to determine if it supported
306 EFI_SUCCESS if the PE/COFF or TE image is supported
307 EFI_UNSUPPORTED of the PE/COFF or TE image is not supported.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 37 #include "llvm/Support/COFF.h"
806 // COFF
816 COFF::IMAGE_SCN_MEM_DISCARDABLE;
819 COFF::IMAGE_SCN_MEM_EXECUTE |
820 COFF::IMAGE_SCN_MEM_READ |
821 COFF::IMAGE_SCN_CNT_CODE |
822 (isThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0);
825 COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA |
826 COFF::IMAGE_SCN_MEM_READ
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
Makefile.in 362 # *-*-coff, *-*-aout, etc., configurations, because people will want to
572 coff-apollo.lo \
573 coff-arm.lo \
574 coff-aux.lo \
575 coff-go32.lo \
576 coff-h8300.lo \
577 coff-h8500.lo \
578 coff-i386.lo \
579 coff-i860.lo \
580 coff-i960.lo
    [all...]
pe-mips.c 1 /* BFD back-end for MIPS PE COFF files.
3 Modified from coff-i386.c by DJ Delorie, dj@cygnus.com
35 #include "coff/mipspe.h"
36 #include "coff/internal.h"
37 #include "coff/pe.h"
45 /* For some reason when using mips COFF the value stored in the .text
90 ignores the addend for a COFF target when producing
92 COFF, so we handle the addend here instead. */
389 /* Convert an rtype to howto for the COFF backend linker. */
640 /* COFF treats common symbols in one of two ways. Either th
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
configure.ac 155 AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
523 # i386-pc-pe-coff != i386-pc-coff.
524 i386-*-pe-coff) ;;
530 i386-*-coff) emulation="i386coff" ;;
550 coff)
563 coff)
615 # Some COFF configurations want these random other flags set.
617 coff)
619 i386) AC_DEFINE(I386COFF, 1, [Using i386 COFF?]) ;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/RvdPeCoffExtraActionLib/
RvdPeCoffExtraActionLib.c 106 Performs additional actions after a PE/COFF image has been loaded and relocated.
111 PE/COFF image that has already been loaded and relocated.
135 Performs additional actions just before a PE/COFF image is unloaded. Any resources
141 PE/COFF image that is being unloaded.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImageDevicePath/
LoadedImageDevicePath.h 21 path that was used when a PE/COFF image was loaded through the EFI Boot
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ipf/
PeCoffLoaderEx.c 225 Returns TRUE if the machine type of PE/COFF image is supported. Supported
226 does not mean the image can be executed it means the PE/COFF loader supports
230 This function implies the basic PE/COFF loader/relocator supports IA32, EBC,
237 @return TRUE if this PE/COFF loader can load the image
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeHobPeCoffLib/
DxeHobPeCoffLib.inf 2 # PE/COFF Loader Library implementation that wraps a protocol passed up from

Completed in 525 milliseconds

<<11121314151617181920>>