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
What is eide?
Is 64gb ram enough for gaming?
What are the different job scheduling in operating systems?
What are the advantages of multithreaded programming?
When is a system in a safe state?
What is RR scheduling algorithm?
What are dynamic loading, dynamic linking and overlays?
Explain the handheld systems.
What is the 4 layer model?
Describe Inter Machine Communication?
What is the max ram for a 64 bit?
What is sudo user?
Does overheating cause blue screen?
What is dining philosophers’ problem?
Describe system calls and its type