	nm scm |
	sed -e '/\.o$/d' -e 's/.* _//' |
	sort |
	awk '{	if (substr(l,1,8)==substr($1,1,8)) {
			if (p) print l
			print $1;p=0;
		}else p=1
		l=$1
	     }' -
