Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/perlasm/
H A Dx86masm.pl109 &::LABEL($func,$global?"$begin":"$nmdecor$func");
162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
166 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
202 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl110 &::LABEL($func,$global?"$begin":"$nmdecor$func");
142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
146 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
182 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86gas.pl114 &::LABEL($func,$global?"$begin":"$nmdecor$func");
133 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
156 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
159 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86asm.pl198 sub ::LABEL # instantiate a file-scope label
203 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
H A Ds390x.pm143 sub LABEL { # label directive subroutine
/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl80 LABEL ("poly1305_init");
119 LABEL (".Lno_key");
134 LABEL ("poly1305_blocks");
162 LABEL (".Loop");
216 LABEL (".Lno_data");
491 LABEL (".Lskip_init");
508 LABEL (".Loaded_hash");
546 LABEL (".Loop_vx");
685 LABEL (".Last");
856 LABEL (".Ldone");
[all …]
/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl271 LABEL (".Lshort");
306 LABEL (".Loop");
392 LABEL (".Ldone");
404 LABEL (".Ltail");
421 LABEL (".Loop_tail");
505 LABEL (".Loop_4x");
660 LABEL (".Ldone_4x");
679 LABEL (".Ltail_4x");
803 LABEL (".Loop_vx");
988 LABEL (".Ldone_vx");
[all …]

Completed in 73 milliseconds