Free Academic Seminars And Projects Reports
Linkers and Loaders - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Seminars Topics And Discussions (https://easyreport.in/forumdisplay.php?fid=30)
+--- Forum: Engineering Seminars Topics (https://easyreport.in/forumdisplay.php?fid=7)
+---- Forum: Computer Science Seminar Topics (https://easyreport.in/forumdisplay.php?fid=12)
+---- Thread: Linkers and Loaders (/showthread.php?tid=7664)



Linkers and Loaders - tanvi_deshpande2003 - 08-16-2017

[attachment=155]
Linking is the process of combining various pieces of code and data together to form a single executable that can be loaded in memory. Linking can be done at compile time, at load time (by loaders) and also at run time (by application programs). In this seminars, I will explain about ELF (Executable and Linking Format) binary format and I will explain in detail how linking and loading is done in Linux Operating System. I will also explain in brief how this is done in Windows