HomeSort by relevance Sort by last modified time
    Searched refs:COFF (Results 51 - 75 of 91) sorted by null

1 23 4

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
longsecn-4.d 1 #name: PE-COFF Long section names in objects (disabled)
longsecn-5.d 1 #name: PE-COFF Long section names in objects (enabled)
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 1 //===-- COFFDump.cpp - COFF-specific dumper ---------------------*- C++ -*-===//
11 /// \brief This file implements the COFF-specific dumper for llvm-objdump.
19 #include "llvm/Object/COFF.h"
263 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386)
267 error(Obj->getDataDirectory(COFF::LOAD_CONFIG_TABLE, DataDir));
372 // Given the COFF object file, this function returns the relocations for .pdata
512 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) {
546 void llvm::printCOFFSymbolTable(const COFFObjectFile *coff) {
547 for (unsigned SI = 0, SE = coff->getNumberOfSymbols(); SI != SE; ++SI) {
548 ErrorOr<COFFSymbolRef> Symbol = coff->getSymbol(SI)
    [all...]
llvm-objdump.cpp 38 #include "llvm/Object/COFF.h"
267 // TheTriple defaults to ELF, and COFF doesn't have an environment:
765 if (auto *COFF = dyn_cast<COFFObjectFile>(Obj))
766 return getRelocationValueString(COFF, Rel, Result);
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 26 #include "llvm/Support/COFF.h"
436 Sec->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT;
439 COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE);
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 249 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
256 elsif (($type eq "coff" or $type eq "gaswin"))
257 { $coff=1; require "x86gas.pl"; }
275 coff - GAS/COFF such as Win32 targets
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 60 // If this is a COFF object and we didn't find any symbols, try the export
156 // Return true if this is a 32-bit x86 PE COFF module.
159 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386;
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 46 enum ObjectFormat { ELF, MachO, COFF };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 48 typedef unsigned __LONG32 COFF;
fdi.h 49 typedef unsigned __LONG32 COFF;
  /external/llvm/lib/Support/
Triple.cpp 467 .EndsWith("coff", Triple::COFF)
532 case Triple::COFF: return "coff";
550 return Triple::COFF;
817 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF)
833 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 33 #include "llvm/Support/COFF.h"
182 Asm->OutStreamer->EmitCOFFSymbolStorageClass(COFF::IMAGE_SYM_CLASS_STATIC);
183 Asm->OutStreamer->EmitCOFFSymbolType(COFF::IMAGE_SYM_DTYPE_FUNCTION
184 << COFF::SCT_COMPLEX_TYPE_SHIFT);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 47 #include "llvm/Support/COFF.h"
141 COFF::SymbolStorageClass Scl = Internal ? COFF::IMAGE_SYM_CLASS_STATIC
142 : COFF::IMAGE_SYM_CLASS_EXTERNAL;
143 int Type = COFF::IMAGE_SYM_DTYPE_FUNCTION << COFF::SCT_COMPLEX_TYPE_SHIFT;
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 1 //===-- llvm/Support/COFF.h -------------------------------------*- C++ -*-===//
10 // This file contains an definitions used in Windows COFF Files.
13 // information from Microsoft's publicly available PE/COFF format document:
31 namespace COFF {
33 // The maximum number of sections that a COFF object can have (inclusive).
44 // Sizes in bytes of various things in the COFF format.
118 /// COFF line numbers have been stripped. This is deprecated and should be
121 /// COFF symbol table entries for local symbols have been removed. This is
510 // FIXME: This should be DllCharacteristics to match the COFF spec.
517 // FIXME: This should be NumberOfRvaAndSizes to match the COFF spec
    [all...]
TargetRegistry.h 447 case Triple::COFF:
448 assert(T.isOSWindows() && "only Windows COFF is supported");
    [all...]
  /external/autotest/client/common_lib/
magic.py     [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 95 ; Certain ABIs, notably MS COFF and Darwin MACH-O, require that symbols
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 95 ; Certain ABIs, notably MS COFF and Darwin MACH-O, require that symbols
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 114 #error COFF, a.out, b.out, and ELF are the only supported formats.
1075 /* COFF support isn't in place yet for callx relaxing. */
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 765 EXPECT_EQ(Triple::COFF, Triple("i686--win32").getObjectFormat());
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 43 #include "llvm/Support/COFF.h"
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libexif/
configure     [all...]

Completed in 1540 milliseconds

1 23 4