$ cat hoge.c
main() { printf("a\n"); }
$ cc -c hoge.c
...
$ nm hoge.o
0000000000000000 T main
U puts