| /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.27/bfd/ |
| 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. */ 392 /* Convert an rtype to howto for the COFF backend linker. */ 643 /* COFF treats common symbols in one of two ways. Either th [all...] |
| /toolchain/binutils/binutils-2.27/gas/ |
| configure.ac | 201 AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?]) 577 # i386-pc-pe-coff != i386-pc-coff. 578 i386-*-pe-coff) ;; 584 i386-*-coff) emulation="i386coff" ;; 623 coff) 636 coff) 688 # Some COFF configurations want these random other flags set. 690 coff) 692 i386) AC_DEFINE(I386COFF, 1, [Using i386 COFF?]) ; [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
| Elf32Convert.c | 98 // Coff information
108 // ELF sections to offset in Coff file.
113 // Offsets in COFF file
167 // Create COFF Section offset buffer and zero.
351 // Coff file start with a DOS header.
384 // Move the PE/COFF header right before the first section. This will help us
406 // if the section address is aligned we must align PE/COFF
457 // if the section address is aligned we must align PE/COFF
485 // PE/COFF spec, and prevents bloat in the binary when using large values for
510 // if the section address is aligned we must align PE/COFF
[all...] |
| Elf64Convert.c | 99 // Coff information
109 // ELF sections to offset in Coff file.
114 // Offsets in COFF file
171 // Create COFF Section offset buffer and zero.
173 VerboseMsg ("Create COFF Section Offset Buffer");
343 // Coff file start with a DOS header.
377 // Move the PE/COFF header right before the first section. This will help us
399 // if the section address is aligned we must align PE/COFF
450 // if the section address is aligned we must align PE/COFF
473 // PE/COFF spec, and prevents bloat in the binary when using large values for [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
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/ |
| Image.c | 31 Support routine for the PE/COFF Loader that reads a buffer from a PE/COFF file.
34 @param FileHandle - The handle to the PE/COFF file
39 @return EFI_SUCCESS - ReadSize bytes of data were read into Buffer from the PE/COFF file starting at FileOffset
65 Support routine for the PE/COFF Loader that reads a buffer from a PE/COFF file.
68 @param FileHandle - The handle to the PE/COFF file
73 @return EFI_SUCCESS - ReadSize bytes of data were read into Buffer from the PE/COFF file starting at FileOffset
213 @param ImageContext Pointer to the image context structure that describes the PE/COFF
329 Loads and relocates a PE/COFF image into memory. [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| HiiPackageList.h | 4 if the image contains a custom PE/COFF resource with the type 'HII'.
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/Ipf/ |
| PeCoffLoaderEx.c | 218 Returns TRUE if the machine type of PE/COFF image is supported. Supported
219 does not mean the image can be executed it means the PE/COFF loader supports
223 The itanium version PE/COFF loader/relocater supports itanium and EBC image.
227 @return TRUE if this PE/COFF loader can load the image
|
| /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/ |
| Tcg2Dxe.uni | 7 // This driver will have external input - PE/COFF image.
|
| /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/ |
| TrEEDxe.uni | 7 // This driver will have external input - PE/COFF image.
|
| /external/compiler-rt/test/asan/TestCases/Windows/ |
| fuse-lld.cc | 5 // FIXME: Use -fuse-ld=lld after the old COFF linker is removed.
|
| /external/llvm/include/llvm/MC/ |
| MCAsmInfoCOFF.h | 1 //===-- MCAsmInfoCOFF.h - COFF asm properties -------------------*- C++ -*-===//
|
| /external/llvm/include/llvm/ObjectYAML/ |
| ObjectYAML.h | 23 std::unique_ptr<COFFYAML::Object> Coff;
|
| /external/llvm/lib/MC/ |
| MCWinEH.cpp | 17 #include "llvm/Support/COFF.h"
|
| /external/llvm/test/Linker/ |
| comdat13.ll | 6 ; but COFF linkers seem to just duplicate the comdat.
|
| /external/llvm/test/MC/COFF/ |
| bigobj.py | 3 # This test checks that the COFF object emitter can produce objects with
|
| relocation-imgrel.s | 0 // COFF Image-relative relocations
|
| /external/llvm/test/tools/llvm-ar/Inputs/ |
| coff.yaml | 1 --- !COFF
|
| /external/llvm/test/tools/llvm-readobj/ |
| coff-debug-directory.test | 1 RUN: llvm-readobj -coff-debug-directory %p/Inputs/has_pdb.exe | FileCheck %s
|
| /external/llvm/tools/obj2yaml/ |
| obj2yaml.h | 16 #include "llvm/Object/COFF.h"
|
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| X86COFFMachineModuleInfo.cpp | 10 // This is an MMI implementation for X86 COFF (windows) targets.
|