HomeSort by: relevance | last modified time | path
    Searched defs:COFF (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
WindowsMachineFlag.h 19 namespace COFF {
25 StringRef machineToStr(COFF::MachineTypes MT);
29 COFF::MachineTypes getMachineType(StringRef S);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
Win64EHDumper.h 33 const object::COFFObjectFile &COFF;
37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver,
39 : COFF(COFF), ResolveSymbol(Resolver), UserData(UserData) {}
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.h 12 #include "COFF/COFFConfig.h"
42 COFFConfig COFF;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
COFFYAML.h 1 //===- COFFYAML.h - COFF YAMLIO implementation ------------------*- C++ -*-===//
9 // This file declares classes for handling the YAML representation of COFF.
18 #include "llvm/BinaryFormat/COFF.h"
28 namespace COFF {
47 } // end namespace COFF
49 // The structure of the yaml files is not an exact 1:1 match to COFF. In order
70 COFF::section Header;
84 COFF::symbol Header;
85 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 1 //===-- llvm/BinaryFormat/COFF.h --------------------------------*- C++ -*-===//
9 // This file contains an definitions used in Windows COFF Files.
12 // information from Microsoft's publicly available PE/COFF format document:
30 namespace COFF {
32 // The maximum number of sections that a COFF object can have (inclusive).
54 // Sizes in bytes of various things in the COFF format.
131 /// COFF line numbers have been stripped. This is deprecated and should be
134 /// COFF symbol table entries for local symbols have been removed. This is
565 // FIXME: This should be DllCharacteristics to match the COFF spec.
572 // FIXME: This should be NumberOfRvaAndSizes to match the COFF spec
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 1295 #define COFF 4 /* offset into acc */
1298 #define COFF 6 /* offset into acc */
1301 GETCOEFF(dfl, acc+COFF); /* decode from decFloat */
1302 ulsd=acc+COFF+DECPMAX-1;
1367 ut=acc+COFF+DECPMAX; /* start of gap */
1383 ub=buf+COFF; /* where msd will go */
1390 ub=buf+COFF+DECPMAX-overlap; /* where MSD will go */
1406 UBFROMUI(acc+COFF+DECPMAX, UBTOUI(buf+COFF+DECPMAX));
1407 UBFROMUI(acc+COFF+DECPMAX+4, UBTOUI(buf+COFF+DECPMAX+4))
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 1295 #define COFF 4 /* offset into acc */
1298 #define COFF 6 /* offset into acc */
1301 GETCOEFF(dfl, acc+COFF); /* decode from decFloat */
1302 ulsd=acc+COFF+DECPMAX-1;
1367 ut=acc+COFF+DECPMAX; /* start of gap */
1383 ub=buf+COFF; /* where msd will go */
1390 ub=buf+COFF+DECPMAX-overlap; /* where MSD will go */
1406 UBFROMUI(acc+COFF+DECPMAX, UBTOUI(buf+COFF+DECPMAX));
1407 UBFROMUI(acc+COFF+DECPMAX+4, UBTOUI(buf+COFF+DECPMAX+4))
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 1295 #define COFF 4 /* offset into acc */
1298 #define COFF 6 /* offset into acc */
1301 GETCOEFF(dfl, acc+COFF); /* decode from decFloat */
1302 ulsd=acc+COFF+DECPMAX-1;
1367 ut=acc+COFF+DECPMAX; /* start of gap */
1383 ub=buf+COFF; /* where msd will go */
1390 ub=buf+COFF+DECPMAX-overlap; /* where MSD will go */
1406 UBFROMUI(acc+COFF+DECPMAX, UBTOUI(buf+COFF+DECPMAX));
1407 UBFROMUI(acc+COFF+DECPMAX+4, UBTOUI(buf+COFF+DECPMAX+4))
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 1295 #define COFF 4 /* offset into acc */
1298 #define COFF 6 /* offset into acc */
1301 GETCOEFF(dfl, acc+COFF); /* decode from decFloat */
1302 ulsd=acc+COFF+DECPMAX-1;
1367 ut=acc+COFF+DECPMAX; /* start of gap */
1383 ub=buf+COFF; /* where msd will go */
1390 ub=buf+COFF+DECPMAX-overlap; /* where MSD will go */
1406 UBFROMUI(acc+COFF+DECPMAX, UBTOUI(buf+COFF+DECPMAX));
1407 UBFROMUI(acc+COFF+DECPMAX+4, UBTOUI(buf+COFF+DECPMAX+4))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 234 COFF,
636 /// Tests whether the OS uses the COFF binary format.
638 return getObjectFormat() == Triple::COFF;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 6333 COFF = (1 << MCContext::IsCOFF),
6343 { "lower16", ARMMCExpr::VK_ARM_LO16, COFF | ELF | MACHO },
6344 { "upper16", ARMMCExpr::VK_ARM_HI16, COFF | ELF | MACHO },
6367 CurrentFormat = COFF;

Completed in 30 milliseconds