blob: 51a07b9bfa2b65ebb3ab0b0b2c4887851af9274d [file] [log] [blame]
#!/bin/sh
nm --defined-only $* | awk '
{ if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" }
'