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
3348 my $fullnames;
3350 $fullnames = $symbol_map->{$shortpc};
3352 $fullnames = "0x" . $pc; # Just use addresses
3356 foreach my $fullname (split("--", $fullnames)) {