This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: loading of shared objects and executables
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Michael Zintakis <michael dot zintakis at googlemail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 20 Oct 2012 22:45:12 +0200 (CEST)
- Subject: Re: loading of shared objects and executables
- References: <50830B29.10108@googlemail.com>
- Reply-to: gcc-help at gcc dot gnu dot org
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