OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:routine_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
12731
for my $
routine_index
(sort {$a <=> $b} keys %handled_routines)
12733
$routine = $function_info[$
routine_index
]{"routine"};
12734
gp_message ("debugXL", $subr_name, "
routine_index
= $
routine_index
routine = $routine");
12737
# not used $source = $function_info[$
routine_index
]{"Source File"};
12739
$function_info[$
routine_index
]{"srcline"} = "";
12740
$address_field = $function_info[$
routine_index
]{"addressobjtext"};
12751
## $disfile = "file\.$
routine_index
\.dis";
12752
$disfile = "file." . $
routine_index
. "." . $g_html_base_file_name{"disassembly"};
12754
$srcfile = "file\.$
routine_index
\.src.txt"
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
12731
for my $
routine_index
(sort {$a <=> $b} keys %handled_routines)
12733
$routine = $function_info[$
routine_index
]{"routine"};
12734
gp_message ("debugXL", $subr_name, "
routine_index
= $
routine_index
routine = $routine");
12737
# not used $source = $function_info[$
routine_index
]{"Source File"};
12739
$function_info[$
routine_index
]{"srcline"} = "";
12740
$address_field = $function_info[$
routine_index
]{"addressobjtext"};
12751
## $disfile = "file\.$
routine_index
\.dis";
12752
$disfile = "file." . $
routine_index
. "." . $g_html_base_file_name{"disassembly"};
12754
$srcfile = "file\.$
routine_index
\.src.txt"
[
all
...]
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026