| ||||||||
Technical Support On-Line Manuals L166 User's Guide | Resolving ExternalsExternal symbols are those symbol values or addresses that are defined in other modules. A declared external symbol is resolved with a public or global symbol of the same name. Therefore, a public or global symbol must exist in another module for each declared external symbol. The L166 Linker builds a table of all public and external references. External references are resolved with public references if the symbol name and representation correspond. An error is generated if these values do not correspond or if no public symbol is found for the external symbol reference. Absolute addresses of the public symbols are calculated after the sections are located in memory. | |||||||
| ||||||||