Searched refs:Coff (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-armv4.pl | 97 $Coff=8*2; 161 ldr $t3,[sp,#$Coff+0] @ c.lo 187 ldr $t2,[sp,#$Coff+4] @ c.hi 332 ldr $t0, [$ctx,#$Coff+$lo] 333 ldr $t1, [$ctx,#$Coff+$hi] 338 str $t0, [sp,#$Coff+0] 339 str $t1, [sp,#$Coff+4] 449 ldr $Alo,[sp,#$Coff+0] 450 ldr $Ahi,[sp,#$Coff+4] 453 ldr $t0, [$ctx,#$Coff+$lo] [all …]
|
H A D | sha256-586.pl | 117 $Coff=&DWP(12,"esp"); 278 &mov ($Coff,"ecx");
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ObjectYAML.cpp | 27 if (ObjectFile.Coff) in mapping() 28 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff); in mapping() 49 ObjectFile.Coff.reset(new COFFYAML::Object()); in mapping() 50 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff); in mapping()
|
H A D | yaml2obj.cpp | 39 if (Doc.Coff) in convertYAML() 40 return yaml2coff(*Doc.Coff, Out, ErrHandler); in convertYAML()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ObjectYAML.h | 33 std::unique_ptr<COFFYAML::Object> Coff; 32 std::unique_ptr<COFFYAML::Object> Coff; global() member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 3066 if (const COFFObjectFile *Coff = dyn_cast<COFFObjectFile>(O)) in printUnwindInfo() local 3067 printCOFFUnwindInfo(Coff); in printUnwindInfo()
|