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
TNS/E Native Object Files
eld Manual—527255-009
A-29
Tools That Work With Object Files
The following is a summary of what is in an archive. Horizontal lines separate pieces
of the archive. This example shows the case when there is a symbol table and a long
member name string space.
!<arch>
_______________________________
ar_hdr for the symbol table
the number of symbols in the symbol table
file offset for the member that defines the first symbol
file offset for the member that defines the second symbol
...
_______________________________
name of the first symbol
name of the second symbol
...
______________________________
ar_hdr for the long member name string space
the string space of long member names
______________________________
ar_hdr for the first member
contents of the first member
______________________________
ar_hdr for the second member
contents of the second member
...
Tools That Work With Object Files
Here is a list of some of the tools (i.e., customer products) that read and/or write object
files (or archives):
•
Compilers and the assembler create object files.
•
The linker (eld) reads and writes object files, and reads archives.
•
enoft reads object files to display their contents.
•
VPROC can read object files to print out version procedures (i.e., a very
special case of what NOFT does).
•
The HP NonStop operating system operating system, including the runtime
loader (rld), reads object files to bring them into memory.










