Lines Matching full:shortname
1406 # ->[0] is the shortname, ->[2] is the full name
2546 # Provides a map from fullname to shortname for cases where the
2547 # shortname is ambiguous. The symlist has both the fullname and
2548 # shortname for all symbols, which is usually fine, but sometimes --
2550 # the same shortname. In that case, we use the address of the
2553 # is not present in the map, the 'normal' shortname provided by the
2563 my $shortname = $symlist->[0];
2568 if (defined($shortnames_seen_once->{$shortname}) &&
2569 $shortnames_seen_once->{$shortname} ne $fullname) {
2570 $shortnames_seen_more_than_once->{$shortname} = 1;
2572 $shortnames_seen_once->{$shortname} = $fullname;
2577 my $shortname = $symlist->[0];
2582 if (defined($shortnames_seen_more_than_once->{$shortname})) {
2584 $fullname_to_shortname_map->{$fullname} = "$shortname\@$1";
3087 # Reply if it matches either the address/shortname/fileline
3108 # Reply if it matches either the address/shortname/fileline