Clasified in Notes of Computers of University.
Written at May 20, 2010 on
English with a size of 676 bytes.
Static Linking
Static linkers such as the Unix ld program take as input a collection of relocatable object files and command
line arguments and generate as output a fully linked executable object file that can be loaded and run. The
input relocatable object files consist of various code and data sections. Instructions are in one section,
initialized global variables are in another section, and uninitialized variables are in yet another section.
To build the executable, the linker must perform two main tasks:
| Did you this document helpful? | ||
|---|---|---|
| 0 visitors likes this document. | 0% | |
| 0 visitors dislike this document. | ||
| Tags:linking,static,static linking,static linkers,and,object | |
| This document has been visited 29 times and has received 0 votes |
| Karma: -5% |