OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noPCfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
10539
my $
noPCfile
= undef;
10645
$
noPCfile
= $1;
10646
if ($
noPCfile
=~ /^(.*)functions.sort.func$/)
10648
$
noPCfile
= $1."functions.func";
10723
if (not defined($
noPCfile
))
10725
$msg = "
noPCfile
is not defined";
10730
$msg = "
noPCfile
= " . $
noPCfile
;
10733
open (ZMETRICS, ">", "$
noPCfile
.metrics")
10734
or die ("Not able to open file $
noPCfile
.metrics for writing - '$!'")
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
10539
my $
noPCfile
= undef;
10645
$
noPCfile
= $1;
10646
if ($
noPCfile
=~ /^(.*)functions.sort.func$/)
10648
$
noPCfile
= $1."functions.func";
10723
if (not defined($
noPCfile
))
10725
$msg = "
noPCfile
is not defined";
10730
$msg = "
noPCfile
= " . $
noPCfile
;
10733
open (ZMETRICS, ">", "$
noPCfile
.metrics")
10734
or die ("Not able to open file $
noPCfile
.metrics for writing - '$!'")
[
all
...]
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026