HomeSort by relevance Sort by last modified time
    Searched refs:nmdecor (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/perlasm/
x86gas.pl 8 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
63 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
77 $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige;
107 &::LABEL($func,$global?"$begin":"$nmdecor$func");
108 $func=$nmdecor.$func;
130 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
153 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
156 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
166 if (0 && grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
167 my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,16"
    [all...]
x86masm.pl 8 $nmdecor="_"; # external name decoration
33 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
48 $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige;
103 &::LABEL($func,$global?"$begin":"$nmdecor$func");
104 $func="ALIGN\t16\n".$nmdecor.$func."\tPROC";
114 push(@out,"$nmdecor$func ENDP\n");
135 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
138 COMM ${nmdecor}OPENSSL_ia32cap_P:DWORD:4
142 grep {s/(^EXTERN\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
156 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n");
    [all...]
x86nasm.pl 8 $nmdecor=$::netware?"":"_"; # external name decoration
31 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
50 $addr =~ s/^([^\+\-0-9][^\+\-]*)/::islabel($1) or "$nmdecor$1"/ige;
111 &::LABEL($func,$global?"$begin":"$nmdecor$func");
112 $func=$nmdecor.$func;
127 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
130 ${drdecor}common ${nmdecor}OPENSSL_ia32cap_P 16
133 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
143 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
147 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n");
    [all...]

Completed in 50 milliseconds