Program Loader and Runtime linker are the same in linux?
I mean ld-linux.so acts as both loader during a program start time, and also as dynamic linker when dlopen() is called?
Program Loader and Runtime linker are the same in linux? I mean ld-linux.so acts
Share
Yes, they are. This is also true for every other ELF platform.