what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?
2
votes
1
answer
2340
views
In Linux, what are the executable ELF files respectively for
- static linker
- dynamic linker
- loader
- dynamic loader?
Which of them are invoked
- by
execve()
- by dlopen()
?
How are they invoked by execve()
or dlopen()
, to solve the chicken-egg problem that execve()
or dlopen()
are used for invoking executable files?
Thanks.
Asked by Tim
(106420 rep)
Oct 20, 2018, 06:37 PM
Last activity: May 4, 2021, 11:37 AM
Last activity: May 4, 2021, 11:37 AM