Lines Matching refs:routine
876 my $routine;
878 ($routine, $ignore) = ParseInteractiveArgs($3);
911 my $routine;
913 ($routine, $ignore) = ParseInteractiveArgs($2);
922 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
928 my $routine;
930 ($routine, $ignore) = ParseInteractiveArgs($1);
940 PrintDisassembly($libs, $flat, $cumulative, $routine);
1321 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1322 my $start_addr = $symbol_table->{$routine}->[0];
1323 my $end_addr = $symbol_table->{$routine}->[1];
1330 $routine, $flat, $cumulative,
1447 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1449 my $start_addr = $symbol_table->{$routine}->[0];
1450 my $end_addr = $symbol_table->{$routine}->[1];
1457 $routine, $flat, $cumulative,
1618 my $routine = shift;
1640 print STDERR "no filename found in $routine\n";
1799 HtmlEscape(ShortFunctionName($routine)),
1808 ShortFunctionName($routine),
1911 my $routine = shift;
1943 ShortFunctionName($routine),
5247 my $routine = "";
5272 $routine = $this_routine;
5289 if (defined($routine) && $routine =~ m/$regexp/) {
5290 $symbol_table->{$routine} = [HexExtend($last_start),
5294 $routine = $this_routine;
5308 if (defined($routine) && $routine =~ m/$regexp/) {
5309 $symbol_table->{$routine} = [HexExtend($last_start),