eld Manual—527255-009
A-1
A
TNS/E Native Object Files
This appendix contains the following information:
The Object File Format
- the types of object files and their content.
Code and Data Sections
- the "ordinary" code and data sections that come from
application source code, possibly with additions by the compiler or linker.
Relocation Tables
- when code is relocated, who resolves the address and prepares
relocation tables?
Finding Information About Procedures and Subprocedures in Linkfiles
- an introduction
to the .procinfo and .procnames sections of linkfiles.
The DWARF Symbol Table
- this table contains information used by debuggers and the
Cobol compiler.
Archives
- contains an extension of material covered in a previous section of this
manual.
Tools That Work With Object Files
- a quick look at which HP NonStop operating
system tools use object files.
The Object File Format
Some of this general information may also be found in Sections One and Two of this
manual, but this appendix provides much more detail.
Basic Properties of Object Files
User versions of TNS/E tools may run in the following places:
•
All TNS/E versions of the HP NonStop operating system, including both the
Guardian and OSS environments.
•
Some TNS/R versions of the HP NonStop operating system, at least in the
Guardian environment.
•
Appropriate versions of the Windows operating system on PC’s.
TNS/E object files only run on TNS/E.
On Guardian and OSS, object files are unstructured files that are “odd unstructured”,
the same as in TNS/R.
On Guardian and OSS, TNS/E object files have the file code 800.
TNS/E object files use the 64-bit version of the ELF file format.
TNS/E object files are big endian. This means that all their data is big endian.
Summary of Contents for eld
Page 4: ......
Page 8: ...Contents eld Manual 527255 009 iv ...
Page 12: ...What s New in This Manual eld Manual 527255 009 viii Changes to the 527255 005 Manual ...
Page 34: ...Introduction to eld eld Manual 527255 009 1 14 Example of Use ...
Page 54: ...eld Input and Output eld Manual 527255 009 2 20 Using Archives ...
Page 98: ...Other eld Processing eld Manual 527255 009 4 20 Merging Source RTDUs ...
Page 242: ...Output Listings and Error Handling eld Manual 527255 009 6 132 Glossary of Errors ...