eld Manual
Table Of Contents
- eld Manual
- Legal Notices
- Contents
- What’s New in This Manual
- Manual Information
- New and Changed Information
- About This Manual
- Notation Conventions
- 1 Introduction to eld
- 2 eld Input and Output
- 3 Binding of References
- Overview
- Presetting Loadfiles
- To Preset or Not to Preset, and Creation of the LIC
- Handling Unresolved References
- Using User Libraries
- Creating Import Libraries
- Ignoring Optional Libraries
- Merging Symbols Found in Input Linkfiles
- Accepting Multiply-Defined Symbols
- Using the -cross_dll_cleanup option
- Specifying Which Symbols to Export, and Creating the Export Digest
- Public Libraries and DLLs
- The Public Library Registry
- 4 Other eld Processing
- Adjusting Loadfiles: The -alf Option
- Additional rules about -alf
- The -set and -change Options
- eld Functionality for 64-Bit
- Checking the C++ Language Dialect
- Renaming Symbols
- Creating Linker-Defined Symbols
- Updating Or Stripping DWARF Symbol Table Information
- Modifying the Data Sections that Contain Stack Unwinding Information
- Creating the MCB
- Processing of Floating Point Versions and Data Models
- Specification of the Main Entry Point
- Specifying Runtime Search Path Information for DLLs
- Merging Source RTDUs
- 5 Summary of Linker Options
- 6 Output Listings and Error Handling
- A TNS/E Native Object Files
- Glossary
- Index
Output Listings and Error Handling
eld Manual—527255-009
6-131
Glossary of Errors
controls whether eld considers unresolved references to be errors, warnings, or
neither.
User library. A user library is a DLL. A program is allowed to specify at most one
user library that it will need at runtime, and the user library is specified by storing its
Guardian filename within the program, through the -set libname option of eld,
rather than by telling eld to use a DLL the usual way, such as by a -l option.
Variable data. This refers to data that can be modified after the process has started
running. This is different from data that is constant, or that contains addresses that
may need to be modified when the process begins running but cannot be modified
thereafter.
Workfile. eld first creates workfiles for its output files, and only at the end does it
rename the workfiles to the final output filenames.
Write. If an error occurs when writing a file, it may indicate that there is no space left
on that disk.
Zimpimp file. This is a special type of import library that represents all the symbols
that exist in the system library.










