Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Linkers and Libraries Guide Oracle Solaris 11.1 Information Library |
Part I Using the Link-Editor and Runtime Linker
1. Introduction to the Oracle Solaris Link Editors
5. Link-Editor Quick Reference
7. Building Objects to Optimize System Performance
10. Establishing Dependencies with Dynamic String Tokens
Part IV ELF Application Binary Interface
13. Program Loading and Dynamic Linking
A. Linker and Libraries Updates and New Features
In the Oracle Solaris operating system (Oracle Solaris OS), application developers can create applications and libraries by using the link-editor ld(1), and execute these objects with the aid of the runtime linker ld.so.1(1). This manual is for engineers who want to understand more fully the concepts involved in using the Oracle Solaris link-editor, runtime linker and related tools.
Note - This Oracle Solaris release supports systems that use the SPARC and x86 families of processor architectures. The supported systems appear in the Oracle Solaris OS: Hardware Compatibility Lists. This document cites any implementation differences between the platform types.
In this document, these x86 related terms mean the following:
x86 refers to the larger family of 64-bit and 32-bit x86 compatible products.
x64 relates specifically to 64-bit x86 compatible CPUs.
"32-bit x86" points out specific 32-bit information about x86 based systems.
For supported systems, see the Oracle Solaris OS: Hardware Compatibility Lists.
In this document, these x86 related terms mean the following:
“x86” refers to the larger family of 64-bit and 32-bit x86 compatible objects.
“x64” relates to 64-bit x86 specific objects.
“32-bit x86” relates to 32-bit x86 specific objects.
This manual describes the operations of the Oracle Solaris link-editor and runtime linker. Special emphasis is placed on the generation and use of dynamic executables and shared objects because of their importance in a dynamic runtime environment.
This manual is intended for a range of programmers who are interested in the Oracle Solaris link-editor, runtime linker, and related tools, from the curious beginner to the advanced user.
Beginners learn the principle operations of the link-editor and runtime linker.
Intermediate programmers learn to create, and use, efficient custom libraries.
Advanced programmers, such as language-tools developers, learn how to interpret and generate object files.
Most programmers should not need to read this manual from cover to cover.
Throughout this document, all command line examples use sh(1) syntax. All programming examples are written in the C language.
This manual is divided into the following parts.
Part 1 describes how to use the Oracle Solaris Link Editors. This information is intended for all programmers.
Chapter 1, Introduction to the Oracle Solaris Link Editors provides an overview of the linking processes under the Oracle Solaris OS.
Chapter 2, Link-Editor describes the functions of the link-editor.
Chapter 3, Runtime Linker describes the execution environment and program-controlled runtime binding of code and data.
Chapter 4, Shared Objects provides definitions of shared objects, describes their mechanisms, and explains how to create and use them.
Part 2 provides quick reference information intended to provide a quick start for new users. This information is intended for all programmers.
Chapter 5, Link-Editor Quick Reference provides an overview of the most commonly used link-editor options.
Part 3 covers specialized topics. This information is intended for advanced programmers.
Chapter 6, Direct Bindings describes the runtime symbol search model associated with direct bindings.
Chapter 7, Building Objects to Optimize System Performance describes techniques to investigate the runtime initialization and processing of dynamic objects, and affect their runtime performance.
Chapter 8, Mapfiles describes the Version 2 mapfile directives to the link-editor.
Chapter 9, Interfaces and Versioning describes how to manage the evolution of an interface provided by a dynamic object.
Chapter 10, Establishing Dependencies with Dynamic String Tokens provides examples of how to use reserved dynamic string tokens to define dynamic dependencies.
Chapter 11, Extensibility Mechanisms describes interfaces for monitoring, and in some cases modifying, link-editor and runtime linker processing.
Part 4 documents the Oracle Solaris ELF Application Binary Interface (ABI). This information is intended for advanced programmers.
Chapter 12, Object File Format is a reference chapter on ELF files.
Chapter 13, Program Loading and Dynamic Linking describes how ELF files are loaded and managed at runtime.
Chapter 14, Thread-Local Storage describes Thread-Local Storage.
Appendix A, Linker and Libraries Updates and New Features provides an overview of new features and updates to the link-editor, runtime linker, and related tools, indicating the release in which the changes were made.
Appendix B, System V Release 4 (Version 1) Mapfiles describes the Version 1 mapfile directives to the link-editor. This appendix is intended for programmers who need to support existing mapfiles written in this older syntax. The version 2 mapfile syntax described in Chapter 8, Mapfiles is recommended for all new applications.
Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
The following table describes the typographic conventions that are used in this book.
Table P-1 Typographic Conventions
|
The following table shows the default UNIX system prompt and superuser prompt for shells that are included in the Oracle Solaris OS. Note that the default system prompt that is displayed in command examples varies, depending on the Oracle Solaris release.
Table P-2 Shell Prompts
|