HomeSort by relevance Sort by last modified time
    Searched full:coff (Results 326 - 350 of 1583) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/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.25/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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]
  /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 39 // Result Coff file in memory.
44 // COFF relocation data
50 // Current offset in coff file.
55 // 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
  /external/llvm/test/tools/llvm-symbolizer/
coff-exports.test 2 RUN: | llvm-symbolizer --inlining --relative-address -obj="%p/Inputs/coff-exports.exe" \
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfoCOFF.h 1 //===-- MCAsmInfoCOFF.h - COFF asm properties -------------------*- C++ -*-===//
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 14 // SectionHeader32 represents real PE COFF section header.
30 // in COFF string table st instead.
44 // Reloc represents a PE COFF relocation.
83 // Section provides access to PE COFF section.

Completed in 2717 milliseconds

<<11121314151617181920>>