Yeah.. as Salil sir answered , we can find it out by using nm command.
nm "object file name"
If we are not giving file name,by default it will take a.out.
This command will generate a symbol table.
And function names are preceding by "T" in that symbol table.
As "T" The symbol is in the text (code) section.