1 02/20/84  Interprocedure Linking
 2 
 3 An external reference in a program can be resolved by dynamic linking
 4 or static binding.  The bind command resolves references between
 5 object segments in a set of archives and produces a bound object
 6 segment.
 7 
 8 The dynamic linker is invoked automatically to satisfy a linkage fault
 9 if a reference is made through an unsnapped link.  The linker uses the
10 search rules to bind the reference name in the external reference to a
11 segment; it then examines the definition section of the segment for
12 the entry point or offset name definition and completes the snapping
13 of the link.
14 
15 For more information on interprocedure linking, see the Programmer's
16 Reference Manual.