| /toolchain/binutils/binutils-2.27/include/coff/ |
| h8500.h | 0 /* coff information for Renesas H8/500 21 #include "coff/external.h"
|
| w65.h | 0 /* coff information for WDC 65816 21 #include "coff/external.h"
|
| z8k.h | 0 /* coff information for Zilog Z800N 21 #include "coff/external.h"
|
| /external/llvm/lib/ObjectYAML/ |
| ObjectYAML.cpp | 25 if (ObjectFile.Coff) 26 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff); 36 } else if (IO.mapTag("!COFF")) { 37 ObjectFile.Coff.reset(new COFFYAML::Object()); 38 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff);
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine);
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine);
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| 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/darwin-x86/clang-4630689/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| 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/darwin-x86/clang-4639204/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| 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/darwin-x86/clang-4691093/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| 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-4393122/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine);
|
| /prebuilts/clang/host/linux-x86/clang-4479392/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine);
|
| /prebuilts/clang/host/linux-x86/clang-4579689/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| /prebuilts/clang/host/linux-x86/clang-4630689/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| /prebuilts/clang/host/linux-x86/clang-4639204/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| /prebuilts/clang/host/linux-x86/clang-4691093/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 21 #include "llvm/Object/COFF.h" 69 return getCOFFImportHeader()->getType() == COFF::IMPORT_DATA; 101 COFF::MachineTypes Machine, bool MakeWeakAliases);
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| configure.ac | 371 coff="cofflink.lo $coffgen" 389 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;; 406 arm_coff_be_vec) tb="$tb coff-arm.lo $coff" ;; 407 arm_coff_le_vec) tb="$tb coff-arm.lo $coff" ;; 416 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;; 417 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;; 418 arm_pe_epoc_be_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;; 419 arm_pe_epoc_le_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;; [all...] |
| coff-tic4x.c | 1 /* BFD back-end for TMS320C4X coff binaries. 27 #include "coff/tic4x.h" 28 #include "coff/internal.h" 42 /* Replace the stock _bfd_coff_is_local_label_name to recognize TI COFF local 262 /* TI COFF v0, DOS tools (little-endian headers). */ 267 /* TI COFF v0, SPARC tools (big-endian headers). */ 272 /* TI COFF v1, DOS tools (little-endian headers). */ 277 /* TI COFF v1, SPARC tools (big-endian headers). */ 282 /* TI COFF v2, TI DOS tools output (little-endian headers). */ 287 /* TI COFF v2, TI SPARC tools output (big-endian headers). * [all...] |
| /external/llvm/test/tools/llvm-readobj/ |
| sections.test | 1 RUN: llvm-readobj -s %p/Inputs/trivial.obj.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF 18 COFF: Sections [ 19 COFF-NEXT: Section { 20 COFF-NEXT: Number: 1 21 COFF-NEXT: Name: .text (2E 74 65 78 74 00 00 00) 22 COFF-NEXT: VirtualSize: 0x0 23 COFF-NEXT: VirtualAddress: 0x0 24 COFF-NEXT: RawDataSize: 22 25 COFF-NEXT: PointerToRawData: 0x6 [all...] |
| relocations.test | 1 RUN: llvm-readobj -r %p/Inputs/trivial.obj.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF 3 RUN: llvm-readobj -r %p/Inputs/bad-relocs.obj.coff-i386 \ 4 RUN: | FileCheck %s -check-prefix BAD-COFF-RELOCS 5 RUN: llvm-readobj -r %p/Inputs/relocs-no-symtab.obj.coff-i386 \ 6 RUN: | FileCheck %s -check-prefix BAD-COFF-RELOCS 20 COFF: Relocations [ 21 COFF-NEXT: Section (1) .text { 22 COFF-NEXT: 0x4 IMAGE_REL_I386_DIR32 .data 23 COFF-NEXT: 0x9 IMAGE_REL_I386_REL32 _put [all...] |
| /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
| CryptAuthenticode.c | 5 This library will have external input - signature (e.g. PE/COFF Authenticode).
9 AuthenticodeVerify() will get PE/COFF Authenticode and will do basic check for
37 Verifies the validity of a PE/COFF Authenticode Signature as described in "Windows
44 PE/COFF Authenticode is external input, so this function will do basic check for
48 PE/COFF image to be verified.
181 // Un-matched PE/COFF Hash Value
187 // Verifies the PKCS#7 Signed Data in PE/COFF Authenticode Signature
|