This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: loading of shared objects and executables


On Sat, 20 Oct 2012, Michael Zintakis wrote:

I am trying to find out what is the process of loading a shared object file (.so) and the process of loading and executing a binary file (like /bin/bash for example) and what part of the Linux system (or files - like ld-linux.so may be?) is responsible for that process?

I guess you could start from here: http://en.wikipedia.org/wiki/Dynamic_linker and follow the links.

--
Marc Glisse


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]