| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/ |
| PeCoffLoaderEx.h | 66 Returns TRUE if the machine type of PE/COFF image is supported. Supported
67 does not mean the image can be executed it means the PE/COFF loader supports
71 This function implies the basic PE/COFF loader/relocator supports IPF, EBC,
81 TRUE - if this PE/COFF loader can load the image
82 FALSE - if this PE/COFF loader cannot load the image
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/ |
| PeCoffLoaderEx.c | 61 Returns TRUE if the machine type of PE/COFF image is supported. Supported
62 does not mean the image can be executed it means the PE/COFF loader supports
66 This function implies the basic PE/COFF loader/relocator supports IA32, EBC,
76 TRUE - if this PE/COFF loader can load the image
77 FALSE - if this PE/COFF loader cannot load the image
|
| PeCoffLoaderEx.h | 64 Returns TRUE if the machine type of PE/COFF image is supported. Supported
65 does not mean the image can be executed it means the PE/COFF loader supports
69 This function implies the basic PE/COFF loader/relocator supports IA32, EBC,
79 TRUE - if this PE/COFF loader can load the image
80 FALSE - if this PE/COFF loader cannot load the image
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/ |
| BasePeCoffLib.inf | 2 # PE/COFF Loader Library implementation.
3 # The IPF version library supports loading IPF and EBC PE/COFF image.
4 # The IA32 version library support loading IA32, X64 and EBC PE/COFF images.
5 # The X64 version library support loading IA32, X64 and EBC PE/COFF images.
8 # This library will have external input - PE/COFF image.
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| RuntimeDyldCOFFI386.h | 1 //===--- RuntimeDyldCOFFI386.h --- COFF/X86_64 specific code ---*- C++ --*-===// 10 // COFF x86 support for MC-JIT runtime dynamic linker. 17 #include "llvm/Object/COFF.h" 18 #include "llvm/Support/COFF.h" 68 case COFF::IMAGE_REL_I386_DIR32: 69 case COFF::IMAGE_REL_I386_DIR32NB: 70 case COFF::IMAGE_REL_I386_SECREL: 71 case COFF::IMAGE_REL_I386_REL32: { 99 case COFF::IMAGE_REL_I386_ABSOLUTE: 102 case COFF::IMAGE_REL_I386_DIR32 [all...] |
| RuntimeDyldCOFFThumb.h | 1 //===--- RuntimeDyldCOFFThumb.h --- COFF/Thumb specific code ---*- C++ --*-===// 10 // COFF thumb support for MC-JIT runtime dynamic linker. 17 #include "llvm/Object/COFF.h" 18 #include "llvm/Support/COFF.h" 67 case COFF::IMAGE_REL_ARM_ADDR32: 68 case COFF::IMAGE_REL_ARM_ADDR32NB: 69 case COFF::IMAGE_REL_ARM_SECREL: 97 case COFF::IMAGE_REL_ARM_ABSOLUTE: 100 case COFF::IMAGE_REL_ARM_ADDR32: 101 case COFF::IMAGE_REL_ARM_ADDR32NB: [all...] |
| /external/llvm/test/LTO/X86/ |
| bcsection.ll | 3 ; RUN: llvm-mc -I=%T -filetype=obj -triple=x86_64-pc-win32 -o %T/bcsection.coff.bco %p/Inputs/bcsection.s 4 ; RUN: llvm-nm %T/bcsection.coff.bco | FileCheck %s 5 ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %T/bcsection.coff.o %T/bcsection.coff.bco 6 ; RUN: llvm-nm %T/bcsection.coff.o | FileCheck %s
|
| /toolchain/binutils/binutils-2.27/gas/config/ |
| obj-coff.h | 0 /* coff object file format 29 bfd internal coff headerfile. */ 31 #include "coff/internal.h" 37 #include "coff/arm.h" 39 #define TARGET_FORMAT "coff-arm" 45 #include "coff/powerpc.h" 47 #include "coff/rs6000.h" 52 #include "coff/sparc.h" 57 #include "coff/x86_64.h" 59 #include "coff/i386.h [all...] |
| /external/llvm/lib/MC/ |
| WinCOFFObjectWriter.cpp | 10 // This file contains an implementation of a Win32 COFF object file writer. 32 #include "llvm/Support/COFF.h" 46 typedef SmallString<COFF::NameSize> name; 58 COFF::Auxiliary Aux; 66 COFF::symbol Data; 90 // This class contains staging data for a COFF relocation entry. 92 COFF::relocation Data; 96 static size_t size() { return COFF::RelocationSize; } 103 COFF::section Header; 125 COFF::header Header [all...] |
| /external/pdfium/third_party/libopenjpeg20/ |
| indexbox_manager.h | 62 * @param[in] coff offset of j2k codestream 68 int opj_write_tpix(int coff, opj_codestream_info_t cstr_info, int j2klen, 76 * @param[in] coff offset of j2k codestream 81 int opj_write_thix(int coff, opj_codestream_info_t cstr_info, 88 * @param[in] coff offset of j2k codestream 95 int opj_write_ppix(int coff, opj_codestream_info_t cstr_info, OPJ_BOOL EPHused, 103 * @param[in] coff offset of j2k codestream 110 int opj_write_phix(int coff, opj_codestream_info_t cstr_info, OPJ_BOOL EPHused, 132 * @param[in] coff offset of j2k codestream 137 int opj_write_mainmhix(int coff, opj_codestream_info_t cstr_info [all...] |
| /device/linaro/bootloader/edk2/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/ |
| PeCoffGetEntryPoint.c | 18 Tiano PE/COFF loader
43 Loads a PE/COFF image into memory, this is not follow the original purpose of
49 Pe32Data - Pointer to a PE/COFF Image
51 EntryPoint - Pointer to the entry point of the PE/COFF image
93 Returns the machine type of PE/COFF image.
99 @param Pe32Data Pointer to a PE/COFF header
138 Returns a pointer to the PDB file name for a PE/COFF image that has been
139 loaded into system memory with the PE/COFF Loader Library functions.
141 Returns the PDB file name for the PE/COFF image specified by Pe32Data. If
142 the PE/COFF image specified by Pe32Data is not a valid, then NULL is [all...] |
| /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/ |
| DefaultExceptionHandlerUefi.c | 22 Use the EFI Debug Image Table to lookup the FaultAddress and find which PE/COFF image
23 it came from. As long as the PE/COFF image contains a debug directory entry a
27 @param FaultAddress Address to find PE/COFF image for.
29 @param PeCoffSizeOfHeaders Return the size of the PE/COFF header for the image that was found
31 @retval NULL FaultAddress not in a loaded PE/COFF image.
32 @retval Path and file name of PE/COFF image.
|
| /external/swiftshader/third_party/LLVM/lib/MC/ |
| WinCOFFStreamer.cpp | 10 // This file contains an implementation of a Win32 COFF object file streamer. 30 #include "llvm/Support/COFF.h" 98 COFF::IMAGE_SCN_CNT_CODE 99 | COFF::IMAGE_SCN_MEM_EXECUTE 100 | COFF::IMAGE_SCN_MEM_READ, 107 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA 108 | COFF::IMAGE_SCN_MEM_READ 109 | COFF::IMAGE_SCN_MEM_WRITE, 116 COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA 117 | COFF::IMAGE_SCN_MEM_REA [all...] |
| WinCOFFObjectWriter.cpp | 10 // This file contains an implementation of a Win32 COFF object file writer. 30 #include "llvm/Support/COFF.h" 43 typedef llvm::SmallString<COFF::NameSize> name; 55 COFF::Auxiliary Aux; 63 COFF::symbol Data; 83 // This class contains staging data for a COFF relocation entry. 85 COFF::relocation Data; 89 static size_t size() { return COFF::RelocationSize; } 96 COFF::section Header; 108 // This class holds the COFF string table [all...] |
| MCObjectFileInfo.cpp | 375 // COFF 378 COFF::IMAGE_SCN_CNT_CODE | 379 COFF::IMAGE_SCN_MEM_EXECUTE | 380 COFF::IMAGE_SCN_MEM_READ, 384 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | 385 COFF::IMAGE_SCN_MEM_READ | 386 COFF::IMAGE_SCN_MEM_WRITE, 390 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | 391 COFF::IMAGE_SCN_MEM_READ, 395 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA [all...] |
| /toolchain/binutils/binutils-2.27/bfd/ |
| coff-ia64.c | 1 /* BFD back-end for HP/Intel IA-64 COFF files. 25 #include "coff/ia64.h" 26 #include "coff/internal.h" 27 #include "coff/pe.h" 122 pick up the COFF header for PE, see "struct external_PEI_filehdr" 123 in include/coff/pe.h. We adjust so that that will work. */ 146 "coff-ia64", /* name */ 189 BFD_JUMP_TABLE_GENERIC (coff), 190 BFD_JUMP_TABLE_COPY (coff), 193 BFD_JUMP_TABLE_SYMBOLS (coff), [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/ |
| PeCoffGetEntryPoint.c | 2 Provides the services to get the entry point to a PE/COFF image that has either been
26 Retrieves and returns a pointer to the entry point to a PE/COFF image that has been loaded
27 into system memory with the PE/COFF Loader Library functions.
29 Retrieves the entry point to the PE/COFF image specified by Pe32Data and returns this entry
30 point in EntryPoint. If the entry point could not be retrieved from the PE/COFF image, then
35 @param Pe32Data The pointer to the PE/COFF image that is loaded in system memory.
36 @param EntryPoint The pointer to entry point to the PE/COFF image to return.
39 @retval RETURN_INVALID_PARAMETER The entry point could not be found in the PE/COFF image.
85 Returns the machine type of a PE/COFF image.
87 Returns the machine type from the PE/COFF image specified by Pe32Data. [all...] |
| /external/llvm/test/tools/llvm-readobj/ |
| file-headers.test | 1 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-arm \ 2 RUN: | FileCheck %s -check-prefix COFF-ARM 3 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-i386 \ 5 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-x86-64 \ 7 RUN: llvm-readobj -h %p/Inputs/trivial.exe.coff-i386 \ 23 RUN: llvm-readobj -h %p/Inputs/magic.coff-unknown \ 24 RUN: | FileCheck %s -check-prefix COFF-UNKNOWN 25 RUN: llvm-readobj -h %p/Inputs/magic.coff-importlib \ 26 RUN: | FileCheck %s -check-prefix COFF-IMPORTLIB 30 COFF-ARM: File: {{(.*[/\\])?}}trivial.obj.coff-ar [all...] |
| /external/llvm/test/Object/ |
| coff-invalid.test | 1 RUN: llvm-readobj -s %p/Inputs/invalid-bad-section-address.coff 2>&1 | \ 10 RUN: not llvm-readobj -r %p/Inputs/invalid-bad-section-address.coff 2>&1 | \
|
| /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/ |
| copy-3.d | 6 #not-target: *-*-*aout *-*-*coff *-*-cygwin* *-*-darwin *-*-mingw* *-*-go32 *-*-*pe hppa*-*-hpux* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd powerpc-*-aix* rs6000-*-* rx-*-* 7 # The .text # section in PE/COFF has a fixed set of flags and these
|
| /toolchain/binutils/binutils-2.27/gas/doc/ |
| h8.texi | 11 @set COFF 27 @set OBJ-NAME COFF
|
| /external/llvm/test/CodeGen/ARM/Windows/ |
| trivial-gnu-object.ll | 5 ; CHECK: file format COFF-ARM
|
| /external/llvm/test/tools/llvm-objdump/Inputs/ |
| file-aux-record.yaml | 0 !COFF
|
| /external/llvm/test/tools/llvm-readobj/Inputs/ |
| file-aux-record.yaml | 0 !COFF
|
| file-multiple-aux-records.yaml | 0 !COFF
|