Is there a way to find the object files from which the current executable is generated in Linux (RHEL to be specific). I understand that one can use "nm" to find the exported symbols, "ldd" to find dependent shared object.
But I could not find command to find out the name of object (.o) files of which executable is composed of. Is it possible?