| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 53 /// The DOS compatible header at the front of all PE/COFF executables. 104 /// The 32-bit PE header that follows the COFF header. 140 /// The 64-bit PE header that follows the COFF header. 253 char ShortName[COFF::NameSize]; 272 char ShortName[COFF::NameSize]; 321 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 346 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 53 /// The DOS compatible header at the front of all PE/COFF executables. 104 /// The 32-bit PE header that follows the COFF header. 140 /// The 64-bit PE header that follows the COFF header. 253 char ShortName[COFF::NameSize]; 272 char ShortName[COFF::NameSize]; 321 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 346 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 53 /// The DOS compatible header at the front of all PE/COFF executables. 104 /// The 32-bit PE header that follows the COFF header. 140 /// The 64-bit PE header that follows the COFF header. 253 char ShortName[COFF::NameSize]; 272 char ShortName[COFF::NameSize]; 321 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 346 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 53 /// The DOS compatible header at the front of all PE/COFF executables. 104 /// The 32-bit PE header that follows the COFF header. 140 /// The 64-bit PE header that follows the COFF header. 253 char ShortName[COFF::NameSize]; 272 char ShortName[COFF::NameSize]; 321 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 346 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /external/llvm/test/Object/ |
| archive-symtab.test | 109 RUN: llvm-ar --format=gnu rcsU %t.a %p/Inputs/coff-short-import-code %p/Inputs/coff-short-import-data 110 RUN: llvm-nm -M %t.a | FileCheck --check-prefix=COFF-SHORT-IMPORT %s 112 COFF-SHORT-IMPORT: Archive map 113 COFF-SHORT-IMPORT-NEXT: __imp__foo in coff-short-import-code 114 COFF-SHORT-IMPORT-NEXT: _foo in coff-short-import-code 115 COFF-SHORT-IMPORT-NEXT: __imp__bar in coff-short-import-dat [all...] |
| /toolchain/binutils/binutils-2.27/bfd/ |
| coff-stgo32.c | 1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub). 22 /* This file handles now also stubbed coff images. The stub is a small 23 DOS executable program before the coff image to load it in memory 24 and execute it. This is needed, because DOS cannot run coff files. 29 the COFF file which are offset into the file. 31 the coff image. It loads the image in memory and assumes then, that the 32 image had no stub by using the filepointers as pointers in the coff 39 #define TARGET_NAME "coff-go32-exe" 105 #include "coff-i386.c" 111 /* These bytes are a 2048-byte DOS executable, which loads the COFF [all...] |
| /toolchain/binutils/binutils-2.27/include/coff/ |
| tic54x.h | 1 /* TI COFF information for Texas Instruments TMS320C54X. 2 This file customizes the settings in coff/ti.h. 58 #include "coff/ti.h"
|
| /external/llvm/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 19 #include "llvm/Support/COFF.h" 39 /// The DOS compatible header at the front of all PE/COFF executables. 90 /// The 32-bit PE header that follows the COFF header. 126 /// The 64-bit PE header that follows the COFF header. 256 char ShortName[COFF::NameSize]; 275 char ShortName[COFF::NameSize]; 324 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 349 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /external/llvm/tools/llvm-readobj/ |
| ARMWinEHPrinter.cpp | 187 Decoder::getSectionContaining(const COFFObjectFile &COFF, uint64_t VA) { 188 for (const auto &Section : COFF.sections()) { 198 ErrorOr<object::SymbolRef> Decoder::getSymbol(const COFFObjectFile &COFF, 200 for (const auto &Symbol : COFF.symbols()) { 512 bool Decoder::dumpXDataRecord(const COFFObjectFile &COFF, 516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) 569 getRelocatedSymbol(COFF, Section, HandlerOffset * sizeof(uint32_t)); 571 Symbol = getSymbol(COFF, Address, /*FunctionOnly=*/true); 590 bool Decoder::dumpUnpackedEntry(const COFFObjectFile &COFF, [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 20 #include "llvm/Support/COFF.h" 40 /// The DOS compatible header at the front of all PE/COFF executables. 91 /// The 32-bit PE header that follows the COFF header. 127 /// The 64-bit PE header that follows the COFF header. 240 char ShortName[COFF::NameSize]; 259 char ShortName[COFF::NameSize]; 308 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 333 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 54 /// The DOS compatible header at the front of all PE/COFF executables. 105 /// The 32-bit PE header that follows the COFF header. 141 /// The 64-bit PE header that follows the COFF header. 254 char ShortName[COFF::NameSize]; 273 char ShortName[COFF::NameSize]; 322 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 347 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 54 /// The DOS compatible header at the front of all PE/COFF executables. 105 /// The 32-bit PE header that follows the COFF header. 141 /// The 64-bit PE header that follows the COFF header. 254 char ShortName[COFF::NameSize]; 273 char ShortName[COFF::NameSize]; 322 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 347 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 20 #include "llvm/Support/COFF.h" 40 /// The DOS compatible header at the front of all PE/COFF executables. 91 /// The 32-bit PE header that follows the COFF header. 127 /// The 64-bit PE header that follows the COFF header. 240 char ShortName[COFF::NameSize]; 259 char ShortName[COFF::NameSize]; 308 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 333 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 54 /// The DOS compatible header at the front of all PE/COFF executables. 105 /// The 32-bit PE header that follows the COFF header. 141 /// The 64-bit PE header that follows the COFF header. 254 char ShortName[COFF::NameSize]; 273 char ShortName[COFF::NameSize]; 322 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 347 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/ |
| COFF.h | 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===// 18 #include "llvm/BinaryFormat/COFF.h" 54 /// The DOS compatible header at the front of all PE/COFF executables. 105 /// The 32-bit PE header that follows the COFF header. 141 /// The 64-bit PE header that follows the COFF header. 254 char ShortName[COFF::NameSize]; 273 char ShortName[COFF::NameSize]; 322 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 347 return (getType() & 0xF0) >> COFF::SCT_COMPLEX_TYPE_SHIFT [all...] |
| /external/llvm/test/tools/llvm-readobj/ |
| reloc-types.test | 14 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.coff-i386 | FileCheck %s -check-prefix COFF-32 15 RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.coff-x86_64 | FileCheck %s -check-prefix COFF-64 609 COFF-32: Type: IMAGE_REL_I386_ABSOLUTE (0) 610 COFF-32: Type: IMAGE_REL_I386_DIR16 (1) 611 COFF-32: Type: IMAGE_REL_I386_REL16 (2) 612 COFF-32: Type: IMAGE_REL_I386_DIR32 (6) 613 COFF-32: Type: IMAGE_REL_I386_DIR32NB (7) 614 COFF-32: Type: IMAGE_REL_I386_SEG12 (9 [all...] |
| imports.test | 1 RUN: llvm-readobj --coff-imports %p/Inputs/imports.exe.coff-i386 | FileCheck -check-prefix=X86 %s 2 RUN: llvm-readobj --coff-imports %p/Inputs/imports.exe.coff-x86-64 | FileCheck -check-prefix=X64 %s
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
| ElfConvert.c | 40 // Result Coff file in memory.
45 // COFF relocation data
51 // Current offset in coff file.
56 // Offset in Coff file of headers and sections.
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImageDevicePath/ |
| LoadedImageDevicePath.c | 21 path that was used when a PE/COFF image was loaded through the EFI Boot
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffExtraActionLibNull/ |
| BasePeCoffExtraActionLibNull.inf | 2 # Null PE/Coff Extra Action library instances with empty functions.
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/ |
| BasePeCoffGetEntryPointLib.inf | 2 # PE/COFF Entry Point Library implementation.
|
| /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/ |
| ImageDebugSupport.h | 2 Public include file for Debug Agent Library instance and PE/COFF Extra
|
| /external/llvm/test/Object/Inputs/COFF/ |
| weak-external.yaml | 1 --- !COFF
|
| /external/llvm/test/tools/llvm-objdump/ |
| coff-private-headers.test | 1 // RUN: llvm-objdump -p %p/Inputs/nop.exe.coff-i386 | \ 36 // RUN: llvm-objdump -p %p/Inputs/export.dll.coff-i386 | \ 46 // RUN: llvm-objdump -p %p/Inputs/tls.exe.coff-x86_64 | \ 58 // RUN: llvm-objdump -p %p/Inputs/nop.exe.coff-i386 | \
|
| hex-relocation-addr.test | 2 // RUN: llvm-objdump -r %p/Inputs/win64-unwind.exe.coff-x86_64.obj | FileCheck %s
|