HomeSort by relevance Sort by last modified time
    Searched full:coff (Results 1351 - 1375 of 1895) sorted by null

<<51525354555657585960>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 210 COFF,
581 /// Tests whether the OS uses the COFF binary format.
583 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 207 COFF,
572 /// Tests whether the OS uses the COFF binary format.
574 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 210 COFF,
581 /// Tests whether the OS uses the COFF binary format.
583 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 210 COFF,
581 /// Tests whether the OS uses the COFF binary format.
583 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 213 COFF,
585 /// Tests whether the OS uses the COFF binary format.
587 return getObjectFormat() == Triple::COFF;
  /toolchain/binutils/binutils-2.27/bfd/
ecoffswap.h 30 'coff-mips.c':ecoff_swap_hdr_in.
40 Currently this is either coff/mips.h or coff/alpha.h.
ChangeLog-2010 875 sections to be conform to pe-coff specification
    [all...]
  /toolchain/binutils/binutils-2.27/include/
ChangeLog 72 * coff/sparc.h (COFF_ADJUST_SYM_OUT_POST): Define.
423 * coff/internal.h (internal_syment): Use int to hold section
455 cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
  /toolchain/binutils/binutils-2.27/gas/
ChangeLog-2004 215 * config/obj-coff.c (c_dot_file_symbol): Add "app" param.
218 * config/obj-coff.h (c_dot_file_symbol): Add "app" param.
257 * config/obj-coff.h (obj_app_file): Add app param.
280 * configure.in: Add support for new target maxq-coff.
285 * config/obj-coff.h: Add support for maxq-coff.
296 * config/obj-coff.c ("coff/pe.h"): Include for BFD
305 * config/obj-coff.h (USE_UNIQUE): Define.
    [all...]
ChangeLog-2005 376 * config/obj-coff.c (obj_coff_section): Set readonly flag with the
458 * config/obj-coff.h (obj_symbol_clone_hook): New.
460 * config/obj-coff.c (coff_obj_symbol_clone_hook): New.
496 * configure.tgt: Add z80-*-coff.
497 * config/obj-coff.h: Add format "coff-z80".
558 * config/obj-coff.c (obj_frob_symbol): Do not force WEAKREFD
561 * config/obj-coff.h (obj_set_weak_hook, obj_clear_weak_hook): Define.
    [all...]
ecoff.c 34 #include "coff/internal.h"
35 #include "coff/symconst.h"
40 /* Why isn't this in coff/sym.h? */
83 COFF, the aux. information does not follow the symbol that uses
107 7) Type information: This is like the COFF type bits, except it
174 Unlike COFF, the basic symbol & string tables are split into
199 The line number table is a compressed form of the normal COFF line
    [all...]
ChangeLog-0203 789 * config/obj-coff.c (obj_coff_section [BEF_ASSEMBLER]):
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c 176 PE/COFF Specification 8.0 Appendix A.
179 PE/COFF image is external input, so this function will validate its data structure
182 Notes: PE/COFF image is checked by BasePeCoffLib PeCoffLoaderGetImageInfo().
755 @retval EFI_UNSUPPORTED The PE/COFF image type is not supported.
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 490 .EndsWith("coff", Triple::COFF)
559 case Triple::COFF: return "coff";
577 return Triple::COFF;
847 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF)
863 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 510 .EndsWith("coff", Triple::COFF)
581 case Triple::COFF: return "coff";
599 return Triple::COFF;
872 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF)
888 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) {
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ChangeLog-9197 309 * emulparams/i386go32.sh (OUTPUT_FORMAT): Set to "coff-go32".
537 * emulparams/delta68.sh (OUTPUT_FORMAT): Set to "coff-m68k-sysv".
599 * configure.tgt (tic80-*-*): Allow dropping of -coff.
715 * configure.tgt (tic80-*-coff): Set targ_emul to tic80coff.
    [all...]
ChangeLog-2006 318 * emulparams/i386pep.sh: Add new emulation params for target x86_64 coff.
319 * emultempl/pep.em: Add new emulation file for target x86_64 coff.
321 * scripttempl/pep.sc: Add linker script template for target x86_64 coff.
    [all...]
  /external/pcre/dist2/
CMakeLists.txt 45 # 2011-10-04 Sheri added support for including coff data in windows shared libraries
444 COMMENT Using pcre2 coff info in mingw build)
454 COMMENT Using pcre2posix coff info in mingw build)

Completed in 1004 milliseconds

<<51525354555657585960>>