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

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.27/binutils/
rescoff.c 1 /* rescoff.c -- read and write resources in Windows COFF files.
24 in COFF files. */
38 #include "coff/internal.h"
55 /* A resource directory table in a COFF file. */
73 /* A resource directory entry in a COFF file. */
83 /* A resource data entry in a COFF file. */
109 /* Read the resources in a COFF file. */
124 fatal (_("filename required for COFF input"));
429 /* Write resources to a COFF file. RESOURCES should already be
450 fatal (_("filename required for COFF output"))
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-armv4.pl 95 $Coff=8*2;
159 ldr $t3,[sp,#$Coff+0] @ c.lo
185 ldr $t2,[sp,#$Coff+4] @ c.hi
324 ldr $t0, [$ctx,#$Coff+$lo]
325 ldr $t1, [$ctx,#$Coff+$hi]
330 str $t0, [sp,#$Coff+0]
331 str $t1, [sp,#$Coff+4]
441 ldr $Alo,[sp,#$Coff+0]
442 ldr $Ahi,[sp,#$Coff+4]
445 ldr $t0, [$ctx,#$Coff+$lo
    [all...]
  /external/llvm/lib/Support/
Path.cpp 14 #include "llvm/Support/COFF.h"
987 // COFF bigobj or short import library file
990 size_t MinSize = offsetof(COFF::BigObjHeader, UUID) + sizeof(COFF::BigObjMagic);
995 Magic.data() + offsetof(COFF::BigObjHeader, Version));
996 if (BigObjVersion < COFF::BigObjHeader::MinBigObjectVersion)
999 const char *Start = Magic.data() + offsetof(COFF::BigObjHeader, UUID);
1000 if (memcmp(Start, COFF::BigObjMagic, sizeof(COFF::BigObjMagic)) != 0)
1009 // 0x0000 = COFF unknown machine typ
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 14 #include "llvm/Support/COFF.h"
994 // COFF bigobj, CL.exe's LTO object file, or short import library file
996 size_t MinSize = offsetof(COFF::BigObjHeader, UUID) + sizeof(COFF::BigObjMagic);
1000 const char *Start = Magic.data() + offsetof(COFF::BigObjHeader, UUID);
1001 if (memcmp(Start, COFF::BigObjMagic, sizeof(COFF::BigObjMagic)) == 0)
1003 if (memcmp(Start, COFF::ClGlObjMagic, sizeof(COFF::BigObjMagic)) == 0)
1010 // 0x0000 = COFF unknown machine typ
    [all...]
  /external/autotest/client/common_lib/
magic.py     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ChangeLog-9697 26 * coff-arm.c (coff_arm_relocate_section): Fix typo from previous
45 * coff-arm.c: Don't include obstack.h.
58 * coff-arm.c (coff_arm_relocate_section): Only look at section
123 * coff-sh.c (bfd_coff_small_swap_table): Initialize new fields.
140 * coff-arm.c (bfd_arm_coff_final_link): Function deleted.
157 these fields. Add overridable aliases for the coff swap functions
194 * coff-arm.c (TARGET_UNDERSCORE): Revert back to '_'
201 * coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry.
207 * coff-arm.c (TARGET_UNDERSCORE): Changed to match definition in
230 * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Do no
    [all...]
coff-tic80.c 7 coff files.
38 #include "coff/tic80.h"
39 #include "coff/internal.h"
359 itself a COFF TIc80 file. */
519 /* COFF treats common symbols in one of two ways. Either the
712 CREATE_LITTLE_COFF_TARGET_VEC (tic80_coff_vec, "coff-tic80", D_PAGED, 0, '_', NULL, COFF_SWAP_TABLE)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 279 // peStringTable is a COFF string table.
308 // peSection represents section from COFF section table.
322 // checkOffset verifies COFF section sect offset in the file.
330 // checkSegment verifies COFF section sect matches address
350 // write writes COFF section sect into the output file.
393 // peFile is used to build COFF file.
408 // addSection adds section to the COFF file f.
427 // addDWARFSection adds DWARF section to the COFF file f.
447 // addDWARF adds DWARF information to the COFF file f.
464 // addInitArray adds .ctors COFF section to the file f
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 279 // peStringTable is a COFF string table.
308 // peSection represents section from COFF section table.
322 // checkOffset verifies COFF section sect offset in the file.
330 // checkSegment verifies COFF section sect matches address
350 // write writes COFF section sect into the output file.
393 // peFile is used to build COFF file.
408 // addSection adds section to the COFF file f.
427 // addDWARFSection adds DWARF section to the COFF file f.
447 // addDWARF adds DWARF information to the COFF file f.
464 // addInitArray adds .ctors COFF section to the file f
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
gas.exp 174 setup_xfail "bfin-*-*" "i\[3-7\]86-*-*coff" \
320 # This test is for any COFF target.
324 if { ([istarget *-*-coff*] && ![istarget arm*-*-coff] && ![istarget *c4x*-*-coff] && ![istarget *c54x*-*-coff]) \
  /toolchain/binutils/binutils-2.27/ld/emultempl/
m68kcoff.em 74 /* As first-order business, make sure that each input BFD is COFF. It
75 better be, as we are directly calling a COFF backend function. */
77 einfo ("%F%B: all input objects must be COFF for --embedded-relocs\n");
m68kelf.em 83 COFF or ELF. We need to call a special BFD backend function to
85 COFF and ELF. */
88 einfo ("%F%B: all input objects must be COFF or ELF for --embedded-relocs\n");
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
IntelFrameworkPkg.dsc 51 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
  /device/linaro/bootloader/edk2/MdePkg/Library/PeimEntryPoint/
PeimEntryPoint.c 23 The entry point of PE/COFF Image for a PEIM.
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.inf 7 # This library will have external input - PE/COFF image.
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.inf 6 # This driver will have external input - PE/COFF image.
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.inf 6 # This driver will have external input - PE/COFF image.
  /external/boringssl/src/crypto/perlasm/
x86gas.pl 15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
21 $com_start="#" if ($::aout or $::coff);
123 if ($::coff)
239 elsif ($::coff)
  /external/llvm/docs/
Extensions.rst 34 X86/COFF-Dependent
43 corresponds to the COFF relocation types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or
57 **.secrel32** generates a relocation that corresponds to the COFF relocation
61 the target. It corresponds to the COFF relocation types
  /external/llvm/include/llvm/DebugInfo/Symbolize/
SymbolizableModule.h 40 // Return true if this is a 32-bit x86 PE COFF module.
  /external/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 1 //===- MCWinCOFFStreamer.h - COFF Object File Interface ---------*- C++ -*-===//
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 15 #include "llvm/Object/COFF.h"
61 // If this is a COFF object and we didn't find any symbols, try the export
160 // Return true if this is a 32-bit x86 PE COFF module.
163 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386;
  /external/llvm/lib/MC/
MCObjectWriter.cpp 51 // On ELF and COFF A - B is absolute if A and B are in the same section.
  /external/llvm/test/MC/COFF/
global_ctors_dtors.ll 1 ; Test that global ctors are emitted into the proper COFF section for the
  /external/llvm/test/Object/Inputs/COFF/
x86-64.yaml 0 !COFF

Completed in 1477 milliseconds

<<31323334353637383940>>