/external/llvm/test/MC/COFF/ |
basic-coff.s | 1 // This test checks that the COFF object emitter works for the most basic
|
symbol-fragment-offset-64.s | 1 // The purpose of this test is to see if the COFF object writer is emitting the
|
symbol-fragment-offset.s | 1 // The purpose of this test is to see if the COFF object writer is emitting the
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64Emulation.cpp | 54 assert(0 && "COFF linker has not supported yet");
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMEmulation.cpp | 56 assert(0 && "COFF linker has not supported yet");
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonEmulation.cpp | 48 assert(0 && "COFF linker has not supported yet");
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsEmulation.cpp | 52 assert(0 && "COFF linker has not supported yet");
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Emulation.cpp | 58 assert(0 && "COFF linker has not supported yet");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
gas.h | 43 /* Ask for COFF symbols. */
|
cygming.h | 107 relocation. However, the COFF format also does not \ 232 for PE-COFF targets. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
flag-types.h | 27 SDB_DEBUG, /* Write COFF for (old) SDB (using sdbout.c). */
|
/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/include/llvm/MC/ |
MCStreamer.h | 453 /// BeginCOFFSymbolDef - Start emitting COFF symbol definition 465 /// @param Type - A COFF type identifier (see COFF::SymbolType in X86COFF.h) 471 /// EmitCOFFSectionIndex - Emits a COFF section index. 476 /// EmitCOFFSecRel32 - Emits a COFF section relative relocation.
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
relocs.py | 3 # Generates ELF, COFF and MachO object files for different architectures 7 # COFF: i386, x86_64 [all...] |
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
ObjectFilePECOFF.cpp | 139 static ConstString g_name("pe-coff"); 603 // TODO: determine this for COFF [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm.xml | 68 ELF32, ELF64, COFF, Win32, and Win64 object formats, and generates 213 object formats such as COFF and ELF. To print a list of
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
yasm.1 | 32 (2 or 3 clause) BSD license\&. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats\&. 124 \(lqamd64\(rq, which is used for the 64\-bit instruction set\&. This differentiation is required to generate the proper object file for relocatable object formats such as COFF and ELF\&. To print a list of available machines for a given architecture to standard output, use
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCTargetDesc.cpp | 286 case Triple::COFF: 287 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported");
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 364 case Triple::COFF: 365 assert(TheTriple.isOSWindows() && "only Windows COFF is supported");
|
X86MCAsmInfo.cpp | 164 assert(Triple.isOSWindows() && "Windows is the only supported COFF target");
|
/external/chromium_org/courgette/ |
description.html | 42 <li><p>disassembler_win32_x86.h defines the PE/COFF x86 disassembler</p></li>
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
nm-pdb.c | 138 printf(("Loaded symbols: COFF\n"));
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
nm-pdb.c | 138 printf(("Loaded symbols: COFF\n"));
|
/external/zlib/src/win32/ |
Makefile.msc | 31 ASFLAGS = -coff -Zi $(LOC)
|