| /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/ |
| BasePeCoffLibInternals.h | 2 Declaration of internal functions in PE/COFF Lib.
71 Returns TRUE if the machine type of PE/COFF image is supported. Supported
72 does not mean the image can be executed it means the PE/COFF loader supports
78 @return TRUE if this PE/COFF loader can load the image
87 Retrieves the magic value from the PE/COFF header.
101 Retrieves the PE or TE Header from a PE/COFF or TE image.
107 @retval Other The error status from reading the PE/COFF or TE image using the ImageRead function.
|
| PeCoffLoaderEx.c | 42 Returns TRUE if the machine type of PE/COFF image is supported. Supported
43 does not mean the image can be executed it means the PE/COFF loader supports
47 The IA32/X64 version PE/COFF loader/relocater both support IA32, X64 and EBC images.
51 @return TRUE if this PE/COFF loader can load the image
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| coff-aux.c | 1 /* BFD back-end for Apple M68K COFF A/UX 3.x files. 23 #define TARGET_NAME "coff-m68k-aux" 55 #include "coff/aux-coff.h" /* override coff/internal.h and coff/m68k.h */ 56 #include "coff-m68k.c"
|
| pe-x86_64.c | 67 #include "coff-x86_64.c" 107 BFD_JUMP_TABLE_GENERIC (coff), 108 BFD_JUMP_TABLE_COPY (coff), 111 BFD_JUMP_TABLE_SYMBOLS (coff), 112 BFD_JUMP_TABLE_RELOCS (coff), 113 BFD_JUMP_TABLE_WRITE (coff), 114 BFD_JUMP_TABLE_LINK (coff),
|
| pei-ppc.c | 1 /* BFD back-end for PowerPC PE IMAGE COFF files. 44 coff-ppc.c and peigen.c. */ 50 #include "coff-ppc.c"
|
| coff-bfd.c | 1 /* BFD COFF interfaces used outside of BFD. 25 #include "coff/internal.h" 28 /* Return the COFF syment for a symbol. */ 56 /* Return the COFF auxent for a symbol. */
|
| /external/llvm/tools/yaml2obj/ |
| yaml2coff.cpp | 1 //===- yaml2coff - Convert YAML to a COFF object file ---------------------===// 11 /// \brief The COFF component of yaml2obj. 20 #include "llvm/Object/COFF.h" 30 /// This parses a yaml stream that represents a COFF object file. 35 // A COFF string table always starts with a 4 byte size field. Offsets into 42 COFF::MaxNumberOfSections16; 47 return Obj.Header.Machine == COFF::IMAGE_FILE_MACHINE_AMD64; 55 return useBigObj() ? COFF::Header32Size : COFF::Header16Size; 59 return useBigObj() ? COFF::Symbol32Size : COFF::Symbol16Size [all...] |
| /external/swiftshader/third_party/LLVM/lib/Object/ |
| COFFObjectFile.cpp | 1 //===- COFFObjectFile.cpp - COFF object file implementation -----*- C++ -*-===// 14 #include "llvm/Object/COFF.h" 160 if (symb->StorageClass == COFF::IMAGE_SYM_CLASS_EXTERNAL && 161 symb->SectionNumber == COFF::IMAGE_SYM_UNDEFINED) { 164 if (symb->Type.ComplexType == COFF::IMAGE_SYM_DTYPE_FUNCTION) { 181 Result = (symb->StorageClass == COFF::IMAGE_SYM_CLASS_EXTERNAL); 231 case COFF::IMAGE_SYM_UNDEFINED: 233 if (symb->StorageClass == COFF::IMAGE_SYM_CLASS_WEAK_EXTERNAL) { 239 case COFF::IMAGE_SYM_ABSOLUTE: 242 case COFF::IMAGE_SYM_DEBUG [all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/ |
| MeasureBootPeCoff.c | 5 This driver will have external input - PE/COFF image.
35 Reads contents of a PE/COFF image in memory buffer.
38 PE/COFF image is external input, so this function will make sure the PE/COFF image content
41 @param FileHandle Pointer to the file handle to read the PE/COFF image.
42 @param FileOffset Offset into the PE/COFF image to begin the read operation.
45 @param Buffer Output buffer that contains the data read from the PE/COFF image.
47 @retval EFI_SUCCESS The specified portion of the PE/COFF image was read and the size
84 PE/COFF Specification 8.0 Appendix A.
87 PE/COFF image is external input, so this function will validate its data structure [all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/ |
| MeasureBootPeCoff.c | 5 This driver will have external input - PE/COFF image.
35 Reads contents of a PE/COFF image in memory buffer.
38 PE/COFF image is external input, so this function will make sure the PE/COFF image content
41 @param FileHandle Pointer to the file handle to read the PE/COFF image.
42 @param FileOffset Offset into the PE/COFF image to begin the read operation.
45 @param Buffer Output buffer that contains the data read from the PE/COFF image.
47 @retval EFI_SUCCESS The specified portion of the PE/COFF image was read and the size
84 PE/COFF Specification 8.0 Appendix A.
87 PE/COFF image is external input, so this function will validate its data structure [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/ |
| BasePeCoffLibInternals.h | 71 Returns TRUE if the machine type of PE/COFF image is supported. Supported
72 does not mean the image can be executed it means the PE/COFF loader supports
78 @return TRUE if this PE/COFF loader can load the image
87 Retrieves the magic value from the PE/COFF header.
101 Retrieves the PE or TE Header from a PE/COFF or TE image.
107 @retval Other The error status from reading the PE/COFF or TE image using the ImageRead function.
|
| /device/linaro/bootloader/edk2/EmulatorPkg/Include/Ppi/ |
| EmuThunk.h | 96 Loads and relocates a PE/COFF image into memory.
99 Pe32Data - The base address of the PE/COFF file that is to be loaded and relocated
100 ImageAddress - The base address of the relocated PE/COFF image
101 ImageSize - The size of the relocated PE/COFF image
102 EntryPoint - The entry point of the relocated PE/COFF image
106 EFI_OUT_OF_RESOURCES - There was not enough memory to load and relocate the PE/COFF file
|
| /toolchain/binutils/binutils-2.27/include/coff/ |
| z80.h | 0 /* coff information for Zilog Z80 20 #include "coff/external.h" 33 /* Z80 COFF encodes the section alignment in the section header flags */
|
| /device/linaro/bootloader/edk2/BaseTools/Scripts/ |
| GccBase.lds | 22 * The PE/COFF binary consists of DOS and PE/COFF headers, and a sequence of
45 * between these sections is the same in the ELF and the PE/COFF versions of
67 * does not copy it into the PE/COFF image.
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ebc/ |
| PeCoffLoaderEx.c | 48 Returns TRUE if the machine type of PE/COFF image is supported. Supported
49 does not mean the image can be executed it means the PE/COFF loader supports
53 This function implies the basic PE/COFF loader/relocator supports IA32, EBC,
59 @return TRUE if this PE/COFF loader can load the image
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ia32/ |
| PeCoffLoaderEx.c | 48 Returns TRUE if the machine type of PE/COFF image is supported. Supported
49 does not mean the image can be executed it means the PE/COFF loader supports
53 This function implies the basic PE/COFF loader/relocator supports IA32, EBC,
59 @return TRUE if this PE/COFF loader can load the image
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/X64/ |
| PeCoffLoaderEx.c | 49 Returns TRUE if the machine type of PE/COFF image is supported. Supported
50 does not mean the image can be executed it means the PE/COFF loader supports
54 This function implies the basic PE/COFF loader/relocator supports IA32, EBC,
60 @return TRUE if this PE/COFF loader can load the image
|
| /external/llvm/include/llvm/Object/ |
| COFFImportFile.h | 1 //===- COFFImportFile.h - COFF short import file implementation -*- C++ -*-===// 10 // COFF short import file is a special kind of file which contains 19 #include "llvm/Object/COFF.h" 67 return getCOFFImportHeader()->getType() == COFF::IMPORT_CODE;
|
| /external/llvm/lib/Object/ |
| COFFObjectFile.cpp | 1 //===- COFFObjectFile.cpp - COFF object file implementation -----*- C++ -*-===// 14 #include "llvm/Object/COFF.h" 19 #include "llvm/Support/COFF.h" 166 COFF::isReservedSectionNumber(SectionNumber)) 185 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) 195 if (SectionNumber == COFF::IMAGE_SYM_DEBUG || Symb.isSectionDefinition()) 198 if (!COFF::isReservedSectionNumber(SectionNumber)) 214 if (Symb.getSectionNumber() == COFF::IMAGE_SYM_ABSOLUTE) 240 if (COFF::isReservedSectionNumber(Symb.getSectionNumber())) 301 return Sec->Characteristics & COFF::IMAGE_SCN_CNT_CODE [all...] |
| /external/llvm/test/MC/COFF/ |
| secrel-variant.s | 0 // COFF section-relative relocations
|
| /external/llvm/test/Object/Inputs/COFF/ |
| weak-externals.yaml | 1 --- !COFF
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/ |
| COFFImportFile.h | 1 //===- COFFImportFile.h - COFF short import file implementation -*- C++ -*-===// 10 // COFF short import file is a special kind of file which contains 19 #include "llvm/Object/COFF.h" 67 return getCOFFImportHeader()->getType() == COFF::IMPORT_CODE;
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/ |
| COFFImportFile.h | 1 //===- COFFImportFile.h - COFF short import file implementation -*- C++ -*-===// 10 // COFF short import file is a special kind of file which contains 19 #include "llvm/Object/COFF.h" 67 return getCOFFImportHeader()->getType() == COFF::IMPORT_CODE;
|
| /prebuilts/go/darwin-x86/src/debug/pe/ |
| string.go | 22 // StringTable is a COFF string table. 26 // COFF string table is located right after COFF symbol table. 55 // String extracts string from COFF string table st at offset start.
|
| /prebuilts/go/linux-x86/src/debug/pe/ |
| string.go | 22 // StringTable is a COFF string table. 26 // COFF string table is located right after COFF symbol table. 55 // String extracts string from COFF string table st at offset start.
|