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

  /external/openssl/crypto/perlasm/
x86nasm.pl 8 $nmdecor=$::netware?"":"_"; # external name decoration
31 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
48 $addr =~ s/^([^\+\-0-9][^\+\-]*)/::islabel($1) or "$nmdecor$1"/ige;
101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
102 $func=$nmdecor.$func;
117 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
120 ${drdecor}common ${nmdecor}OPENSSL_ia32cap_P 8
123 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
133 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
137 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n");
    [all...]
x86gas.pl 8 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
63 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
75 $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige;
105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
106 $func=$nmdecor.$func;
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
146 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
149 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
159 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
160 my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,8"
    [all...]
x86masm.pl 8 $nmdecor="_"; # external name decoration
33 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
45 $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige;
100 &::LABEL($func,$global?"$begin":"$nmdecor$func");
101 $func="ALIGN\t16\n".$nmdecor.$func."\tPROC";
111 push(@out,"$nmdecor$func ENDP\n");
132 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
135 COMM ${nmdecor}OPENSSL_ia32cap_P:QWORD
139 grep {s/(^EXTERN\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
153 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n");
    [all...]

Completed in 34 milliseconds