Searched
full:coff (Results
301 -
325 of
1583) sorted by null
<<11121314151617181920>>
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
EnumTables.h | 15 #include "llvm/Support/COFF.h" 38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===// 39 /// \brief Construct a new Win COFF writer instance.
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
EnumTables.h | 15 #include "llvm/Support/COFF.h" 38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===// 39 /// \brief Construct a new Win COFF writer instance.
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
EnumTables.h | 15 #include "llvm/Support/COFF.h" 38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===// 39 /// \brief Construct a new Win COFF writer instance.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
EnumTables.h | 15 #include "llvm/Support/COFF.h" 38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>>
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 1 //===- llvm/MC/MCWinCOFFObjectWriter.h - Win COFF Object Writer -*- C++ -*-===// 39 /// \brief Construct a new Win COFF writer instance.
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-svm68k.c | 23 #define TARGET_NAME "coff-m68k-sysv" 27 #include "coff-m68k.c"
|
pe-ppc.c | 41 coff-ppc.c and peigen.c. */ 47 #include "coff-ppc.c"
|
pei-i386.c | 1 /* BFD back-end for Intel 386 PE IMAGE COFF files. 45 #include "coff-i386.c"
|
pei-sh.c | 1 /* BFD back-end for SH PE IMAGE COFF files. 34 #include "coff-sh.c"
|
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...] |
coff-i860.c | 1 /* BFD back-end for Intel i860 COFF files. 3 Created mostly by substituting "860" for "386" in coff-i386.c 27 #include "coff/i860.h" 29 #include "coff/internal.h" 43 /* For some reason when using i860 COFF the value stored in the .text 84 ignores the addend for a COFF target when producing 86 COFF, so we handle the addend here instead. */ 452 /* For 860 COFF a STYP_NOLOAD | STYP_BSS section is part of a shared 453 library. On some other COFF targets STYP_BSS is normally 472 /* We use the special COFF backend linker. * [all...] |
/toolchain/binutils/binutils-2.25/include/coff/ |
aux-coff.h | 25 #include "coff/internal.h" 26 #include "coff/m68k.h"
|
go32exe.h | 0 /* COFF information for PC running go32. 23 /* the standard COFF header */
|
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);
|
/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 validility 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
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
GccBase.lds | 21 * The PE/COFF binary consists of DOS and PE/COFF headers, and a sequence of
44 * between these sections is the same in the ELF and the PE/COFF versions of
|
/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...] |
Completed in 377 milliseconds
<<11121314151617181920>>