Answer Posted / niranjanamurthy
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). The process of linking dates back to late 1940s,
when it was done manually. Now, we have linkers that support
complex features, such as dynamically linked shared
libraries. This article is a succinct discussion of all
aspects of linking, ranging from relocation and symbol
resolution to supporting position-independent shared
libraries. To keep things simple and understandable, I
target all my discussions to ELF (executable and linking
format) executables on the x86 architecture (Linux) and use
the GNU compiler (GCC) and linker (ld). However, the basic
concepts of linking remain the same, regardless of the
operating system, processor architecture or object file
format being used.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Can overheating cause blue screen of death?
What is the difference between 32 bit and 64 bit os?
What complications does concurrent processing add to an operating system?
In a ram description ddr 2 1066mhz “2.5-3-3-8” what do the numbers in quotes signify?
How often should I run chkdsk?
How can two processes communicate with one another?
How much ram can xp handle?
Explain a heavy weight process?
Why partitioning and formatting is a prerequisite to installing an operating system?
Explain what is meant by heap?
Discuss a Thread Life Cycle?
Explain about compiler and the functions executed by them?
What is GRUB?
What is a command interpreter?
What is starvation and aging?