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

<<61626364656667686970>>

  /toolchain/binutils/binutils-2.27/bfd/
elf64-mips.c 56 #include "coff/sym.h"
57 #include "coff/symconst.h"
58 #include "coff/internal.h"
59 #include "coff/ecoff.h"
61 #include "coff/alpha.h"
    [all...]
elfn32-mips.c 43 #include "coff/sym.h"
44 #include "coff/symconst.h"
45 #include "coff/internal.h"
46 #include "coff/ecoff.h"
47 #include "coff/mips.h"
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ChangeLog-2011 421 * config/obj-coff.c (obj_coff_section): Add 'e' as specifier
    [all...]
ChangeLog-2014 215 * config/obj-coff.c (coff_obj_symbol_new_hook): Set the is_sym
814 * config/obj-coff.c: Likewise.
    [all...]
  /toolchain/binutils/binutils-2.27/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/boringssl/src/crypto/fipsmodule/sha/asm/
sha256-586.pl 105 $Coff=&DWP(12,"esp");
266 &mov ($Coff,"ecx");
298 # &mov ("edi",$Coff);
    [all...]
  /external/libavc/encoder/
ih264e_core_coding.c     [all...]
  /prebuilts/go/darwin-x86/doc/
go1.8.html 913 fields provide access to the COFF string table and COFF relocations.
916 allows low-level access to the COFF symbol table.
    [all...]
  /prebuilts/go/linux-x86/doc/
go1.8.html 913 fields provide access to the COFF string table and COFF relocations.
916 allows low-level access to the COFF symbol table.
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 52 #include "coff/sym.h"
53 #include "coff/ecoff.h"
    [all...]
  /toolchain/binutils/binutils-2.27/gas/doc/
c-i386.texi 336 On x86-64 PE/COFF target this option forces the use of big object file
405 @cindex @code{lcomm} directive, COFF
415 This directive is only available for COFF based x86 targets.
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/
ChangeLog-2004 453 * gas/i386/i386.exp: Allow pcrel test for COFF targets as well,
561 * gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
566 * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
    [all...]
  /tools/repohooks/tools/
checkpatch.pl 1079 my $coff = $off - 1;
1145 $coff = $off + length($1) - 1;
1147 #warn "CSB: mark coff<$coff> soff<$soff> 1<$1>\n";
1148 #warn "[" . substr($blk, $soff, $coff - $soff + 1) . "]\n";
1159 if ($level == 0 && $coff < $soff) {
1160 $coff = $off;
1162 #warn "CSB: mark coff<$coff>\n";
1197 my $condition = substr($blk, $soff, $coff - $soff + 1)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/po/
es.po 289 " --enable-long-section-names Use long COFF section names even in\n"
292 " --enable-long-section-names Usa nombres de sección COFF largos aún\n"
298 " --disable-long-section-names Never use long COFF section names, even\n"
301 " --disable-long-section-names Nunca usa nombres de sección COFF largos,\n"
842 msgid "%P%X: Internal error on COFF shared library section %s\n"
843 msgstr "%P%X: Error interno en la sección de biblioteca compartida COFF %s\n"
    [all...]
fr.po 309 " --enable-long-section-names Use long COFF section names even in\n"
312 " --enable-long-section-names Utiliser de longs noms de section COFF même dans\n"
318 " --disable-long-section-names Never use long COFF section names, even\n"
321 " --disable-long-section-names Ne jamais utiliser de longs noms de section COFF, même\n"
871 msgid "%P%X: Internal error on COFF shared library section %s\n"
872 msgstr "%P%X : erreur interne dans la section de bibliothèque partagée COFF %s\n"
    [all...]
vi.po 286 " --enable-long-section-names Use long COFF section names even in\n"
288 msgstr " --enable-long-section-names Dùng tên ph?n COFF dài ngay c? trong t?p tin ?nh th?c thi\n"
293 " --disable-long-section-names Never use long COFF section names, even\n"
296 " --disable-long-section-names Không bao gi? nên dùng tên ph?n COFF dài,\n"
834 msgid "%P%X: Internal error on COFF shared library section %s\n"
835 msgstr "%P%X: l?i n?i b? v?i ph?n th? vi?n dùng chung COFF %s\n"
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp     [all...]
  /external/python/cpython3/Lib/
platform.py 873 elif 'COFF' in fileout:
874 linkage = 'COFF'
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV1.h 370 /// as COFF and ELF, but it also includes llvm ir bitcode, archives,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
llvm_headers_do_not_build.vcxproj.filters 879 <ClInclude Include="Object\COFF.h">
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 259 coff_object, ///< COFF object file
260 coff_import_library, ///< COFF import library
    [all...]
TargetRegistry.h 455 case Triple::COFF:
456 assert(T.isOSWindows() && "only Windows COFF is supported");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TargetRegistry.h 455 case Triple::COFF:
456 assert(T.isOSWindows() && "only Windows COFF is supported");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TargetRegistry.h 455 case Triple::COFF:
456 assert(T.isOSWindows() && "only Windows COFF is supported");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 454 case Triple::COFF:
455 assert(T.isOSWindows() && "only Windows COFF is supported");
    [all...]

Completed in 1082 milliseconds

<<61626364656667686970>>