[BSG] The supervisor facility that implements dynamic linking Initially, the linker was not part of the supervisor; nothing that it does is privileged in the sense that it can affect any system or process data of any domain more privileged than the ring making the reference The linker was moved into the supervisor early on (before 1970) for performance reasons, and MIT later undertook a research project to move it back out again, whose results were not used See search rules Source code: link_snap pl1
A system program that creates an executable program from one or more OpenVMS object modules, Tru64 UNIX object files, or NT object files produced by a language compiler or assembler The linker resolves external references, acquires referenced library routines, and performs other processing required to create OpenVMS executable images, Tru64 UNIX executable files, or NT executable files
A module that builds an executable, complete program from component machine code modules The Java(TM) linker creates a runnable program from compiled classes See also compiler, interpreter, runtime system
A program that resolves cross-references among separately compiled object modules and then assigns final addresses to create a single executable program
A program that connects different pieces of software so that they can be run as one program A Java program is always linked this way If the program is in only one piece it still needs to be linked to standard pieces of software that are part of Java
Utility program used to combine relocatable object modules into an absolute file ready for execution For example, LINK-80(TM) creates either a COM or PRL file from relocatable REL files, such as those produced by PL/1-80(TM)
A module that builds an executable, complete program from component machine code modules The Java linker creates a runnable program from compiled classes See also compiler, interpreter, runtime system
a program that performs a static binding of modules created by separate compilations The input of the linker is called a relocatable or object module (depending upon the operating system) The output of a linker is called an absolute, executable, or binary
A system program that creates an executable program from one or more object files produced by a language compiler or assembler The linker resolves external references, acquires referenced library routines, and performs other processing required to create OpenVMS executable images or Tru64 UNIX, Linux, and Windows executable files
A program that resolves cross-references between separately compiled or assembled object modules and then assigns final addresses to create a single relocatable load module If a single object module is linked, the linker simply makes it relocatable
(n ) A module that builds an executable, complete program from component machine code modules The JavaTM linker creates a runnable program from compiled classes See also compiler, interpreter, runtime system
A module that builds an executable, complete program from component machine code modules The JavaTM linker creates a runnable program from compiled classes See also compiler, interpreter, runtime system
A program which combines a number of programs to form a complete set of instructions which can be loaded into the computer's memory and followed by the computer