OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lbdecor
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86asm.pl
135
$
lbdecor
="L"; # local label decoration, set by package
146
{ $label{$_[0]}="${
lbdecor
}${label}${_[0]}"; $label++; }
155
sub ::static_label { &::LABEL($_[0],$
lbdecor
.$_[0]); }
167
{ delete $label{$i} if ($label{$i} =~ /^\Q${
lbdecor
}\E[0-9]{3}/); }
x86masm.pl
7
$::
lbdecor
="\$L"; # local label decoration
99
my $begin="${::
lbdecor
}_${func}_begin";
150
{ my $l=shift; push(@out,$l.($l=~/^\Q${::
lbdecor
}\E[0-9]{3}/?":\n":"::\n")); };
x86nasm.pl
7
$::
lbdecor
="L\$"; # local label decoration
97
my $begin="${::
lbdecor
}_${func}_begin";
x86gas.pl
7
$::
lbdecor
=$::aout?"L":".L"; # local label decoration
103
my $begin="${::
lbdecor
}_${func}_begin";
/external/openssl/crypto/perlasm/
x86asm.pl
135
$
lbdecor
="L"; # local label decoration, set by package
146
{ $label{$_[0]}="${
lbdecor
}${label}${_[0]}"; $label++; }
155
sub ::static_label { &::LABEL($_[0],$
lbdecor
.$_[0]); }
167
{ delete $label{$i} if ($label{$i} =~ /^\Q${
lbdecor
}\E[0-9]{3}/); }
x86masm.pl
7
$::
lbdecor
="\$L"; # local label decoration
99
my $begin="${::
lbdecor
}_${func}_begin";
150
{ my $l=shift; push(@out,$l.($l=~/^\Q${::
lbdecor
}\E[0-9]{3}/?":\n":"::\n")); };
x86nasm.pl
7
$::
lbdecor
="L\$"; # local label decoration
97
my $begin="${::
lbdecor
}_${func}_begin";
x86gas.pl
7
$::
lbdecor
=$::aout?"L":".L"; # local label decoration
103
my $begin="${::
lbdecor
}_${func}_begin";
Completed in 44 milliseconds