Timeline for What system call is used to load libraries in Linux?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 22, 2017 at 6:50 | comment | added | Dmytro | interesting; so dynamically loaded library are better called dynamically linked libraries, since loading binary files into memory isn't the hard part, making the addresses used in it make sense is. When I ask to load a dynamic library, I am actually asking to link(or unlink) the library into(or out of) my address space. | |
| Sep 1, 2015 at 0:14 | history | answered | Wouter Verhelst | CC BY-SA 3.0 |