Linker
   HOME
*





Linker
Linker or linkers may refer to: Computing * Linker (computing), a computer program that takes one or more object files generated by a compiler or generated by an assembler and links them with libraries, generating an executable program or shared library ** GNU linker, the classic GNU Project's implementation of the Unix linker command ld * Dynamic linker, the part of an operating system that loads and links the shared libraries for an executable program at run time People * Amy Linker (born 1966), American actress * Zita Linker (1917–2009), Israeli politician * Eduard Linkers (1912–2004), an Austrian actor Biology * Linker DNA, the part of a genomic DNA strand that connects two nucleosomes * Polylinker or multiple cloning site, a short segment of DNA with many restriction sites * Signal transducing adaptor protein, proteins that provide mechanisms by which receptors can amplify and regulate downstream effector proteins ** Linker of activated T cells, a protein in t ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Linker (computing)
In computing, a linker or link editor is a computer system program that takes one or more object files (generated by a compiler or an assembler) and combines them into a single executable file, library file, or another "object" file. A simpler version that writes its output directly to memory is called the ''loader'', though loading is typically considered a separate process. Overview Computer programs typically are composed of several parts or modules; these parts/modules do not need to be contained within a single object file, and in such cases refer to each other by means of symbols as addresses into other modules, which are mapped into memory addresses when linked for execution. While the process of linking is meant to ultimately combine these independent parts, there are many good reasons to develop those separately at the source-level. Among these reasons are the ease of organizing several smaller pieces over a monolithic whole and the ability to better define ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE