| /external/swiftshader/third_party/LLVM/lib/MC/ |
| MCAsmStreamer.cpp | 1015 COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | 1016 COFF::IMAGE_SCN_MEM_READ | 1017 COFF::IMAGE_SCN_MEM_WRITE, [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
| VolInfo.c | [all...] |
| /device/linaro/bootloader/edk2/DuetPkg/ |
| DuetPkgIa32.dsc | 144 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| DuetPkgX64.dsc | 145 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
| SetStamp.c | 323 // Add 16 to skip COFF file header, and get to optional header.
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/ |
| Image.c | 338 @param ImageContext Pointer to the image context structure that describes the PE/COFF
428 Loads, relocates, and invokes a PE/COFF image
443 relocate the PE/COFF file
478 // The PE/COFF loader can support loading image types that can be executed.
[all...] |
| /external/curl/docs/examples/ |
| Makefile.m32 | 101 RCFLAGS = --include-dir=$(PROOT)/include -O COFF -i
|
| /external/libvpx/libvpx/vpx_ports/ |
| x86_abi_support.asm | 95 ; Certain ABIs, notably MS COFF and Darwin MACH-O, require that symbols
|
| /external/llvm/docs/ |
| CompilerWriterInfo.rst | 135 * `Microsoft PE/COFF Specification <http://www.microsoft.com/whdc/system/platform/firmware/pecoff.mspx>`_
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| AsmPrinterDwarf.cpp | 151 // On COFF targets, we have to emit the special .secrel32 directive.
|
| WinException.cpp | 32 #include "llvm/Support/COFF.h" 181 Asm->OutStreamer->EmitCOFFSymbolStorageClass(COFF::IMAGE_SYM_CLASS_STATIC); 182 Asm->OutStreamer->EmitCOFFSymbolType(COFF::IMAGE_SYM_DTYPE_FUNCTION 183 << COFF::SCT_COMPLEX_TYPE_SHIFT); [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
| AsmPrinterDwarf.cpp | 179 // On COFF targets, we have to emit the special .secrel32 directive.
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| Path.cpp | 146 // PE/COFF file, either EXE or DLL.
|
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
| ARMMCTargetDesc.cpp | 164 llvm_unreachable("ARM does not support Windows COFF format");
|
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| X86Subtarget.h | 229 /// isTargetCOFF - Return true if this is any COFF/Windows target variant.
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| archive.c | 57 contain files of different formats (e.g., a.out and coff) and 63 COFF archives can preserve long filenames; SunOS a.out archives 992 /* Read a COFF archive symbol table. Returns FALSE on error, TRUE 1023 /* It seems that all numeric information in a coff archive is always 1030 fault - the i960 little endian coff sometimes has big and sometimes 1044 /* The coff armap must be read sequentially. So we construct a 1128 /* This routine can handle either coff-style or bsd-style armaps [all...] |
| cpu-arm.c | 151 /* Support functions used by both the COFF and ELF versions of the ARM port. */
|
| /toolchain/binutils/binutils-2.27/binutils/ |
| ChangeLog-2015 | 28 * nm.c: Include coff/external.h, coff/internal.h, and 35 COFF symbols. 965 (coff_grok): Return NULL if the input bfd is not in a COFF [all...] |
| /toolchain/binutils/binutils-2.27/gas/config/ |
| tc-ppc.c | 35 #include "coff/pe.h" 39 #include "coff/xcoff.h" 236 on COFF, and is only implemented for the RS/6000. We just use 237 obj-coff.c, and add what we need here. */ 280 /* Pseudo-ops specific to the Windows NT PowerPC PE (coff) format. */ 1012 /* The COFF debugging section; set by md_begin. This is not the 1043 /* Various sections that we need for PE coff support. */ [all...] |
| /toolchain/binutils/binutils-2.27/gas/doc/ |
| c-i860.texi | 36 other formats such as COFF may be implemented.
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
| armv8-2-fp16-simd-thumb.d | 5 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
|
| armv8-2-fp16-simd.d | 5 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
|
| group-reloc-alu.d | 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
|
| /toolchain/binutils/binutils-2.27/include/elf/ |
| arm.h | 64 /* Local aliases for some flags to match names used by COFF port. */
|
| /toolchain/binutils/binutils-2.27/ld/emultempl/ |
| pe.em | 34 Linux system and that particular version of coff. In the NT case, we 70 #include "coff/internal.h" 74 #include "coff/i386.h" 75 #include "coff/pe.h" 88 it seem that include/coff/internal.h should not define 492 fprintf (file, _(" --enable-long-section-names Use long COFF section names even in\n\ 494 fprintf (file, _(" --disable-long-section-names Never use long COFF section names, even\n\ [all...] |