Home | History | Annotate | Download | only in src

Lines Matching refs:fullnames

2500 # such as overloaded functions -- two different fullnames can map to
2503 # maps fullnames to modified shortnames in such cases. If a fullname
3339 my $fullnames;
3341 $fullnames = $symbol_map->{$shortpc};
3343 $fullnames = "0x" . $pc; # Just use addresses
3347 foreach my $fullname (split("--", $fullnames)) {