eld Manual

Table Of Contents
eld Manual527255-009
2-1
2 eld Input and Output
This section contains the following information:
Host Platforms - where the linker may be used.
Target Platforms - where the output from the linker may be used.
Output Object Files - what forms (libraries, loadfiles and DLLs) that output may take.
The Creation of Output Object Files - how you control the process.
Creating Segments of the Output Loadfile - how parts of a loadfile are created.
Using a DLL Registry - how you can manage DLL addressing.
Input Object Files - which files you can use as input.
Using Archives - how you can group multiple linkfiles together for eld access.
Host Platforms
The TNS/E linker (eld) runs on several platforms, as follows.
The TNS/E linker runs on the TNS/E version of the HP NonStop operating system,
with both the Guardian and OSS personalities.
The TNS/E linker runs on TNS/R versions of the HP NonStop operating system.
This means you can link PIC object files into TNS/E loadfiles as part of your
development cycle on that platform - but you will not be able to execute those
loadfiles on TNS/R.
The TNS/E linker runs on appropriate versions of the Windows operating system
on PC’s.
The TNS/E linker’s features are the same for all host platforms unless otherwise
specified in this manual. Differences often relate to the different types of filenames and
file characteristics on different platforms.
The Guardian namespace also exists as a subset of the OSS file system, where a
Guardian file named $a.b.c corresponds to an OSS file named /G/a/b/c.
The Guardian namespace is a set of rules use for naming files in the Guardian
filesystem. A complete description of those rules may be found in the OSS filename
(5) reference page in the OSS System Calls Reference Manual.
Those rules include:
The Guardian namespace ignores lowercase, the OSS namespace uses
lowercase.
$ and \ are not recognized in the OSS namespace
If a filename contains a period in it, and a file of that name is to be created in a
Guardian subvolume, the period is deleted from the name.