OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initseg
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86gas.pl
10
$
initseg
="";
165
push(@out,$
initseg
) if ($
initseg
);
208
sub ::
initseg
212
{ $
initseg
.=<<___;
219
{ $
initseg
.=<<___;
225
{ $
initseg
.=<<___; # applies to both Cygwin and Mingw
231
{ $
initseg
.=<<___;
239
$
initseg
.=".text\n";
240
$
initseg
.=".type $ctor,\@function\n" if ($::pic)
[
all
...]
x86nasm.pl
11
$
initseg
="";
126
push (@out,$
initseg
) if ($
initseg
);
154
sub ::
initseg
157
{ $
initseg
=<<___;
x86masm.pl
10
$
initseg
="";
143
push (@out,$
initseg
) if ($
initseg
);
177
sub ::
initseg
180
$
initseg
.=<<___;
/external/openssl/crypto/perlasm/
x86gas.pl
10
$
initseg
="";
165
push(@out,$
initseg
) if ($
initseg
);
208
sub ::
initseg
212
{ $
initseg
.=<<___;
219
{ $
initseg
.=<<___;
225
{ $
initseg
.=<<___; # applies to both Cygwin and Mingw
231
{ $
initseg
.=<<___;
239
$
initseg
.=".text\n";
240
$
initseg
.=".type $ctor,\@function\n" if ($::pic)
[
all
...]
x86nasm.pl
11
$
initseg
="";
126
push (@out,$
initseg
) if ($
initseg
);
154
sub ::
initseg
157
{ $
initseg
=<<___;
x86masm.pl
10
$
initseg
="";
143
push (@out,$
initseg
) if ($
initseg
);
177
sub ::
initseg
180
$
initseg
.=<<___;
/external/chromium_org/third_party/openssl/openssl/crypto/
x86cpuid.pl
354
&
initseg
("OPENSSL_cpuid_setup");
/external/openssl/crypto/
x86cpuid.pl
354
&
initseg
("OPENSSL_cpuid_setup");
Completed in 339 milliseconds