
编译器
hnhbdss
这个作者很懒,什么都没留下…
展开
-
Linker and Libraries Guide Chapter 1 Introduction to the Solaris OS Link Editors
This manual describes the operations of the Solaris OS link-editor and runtime linker, together with the objects on which the link-editors operate. The basic operation of the Solaris OS link editors i转载 2012-07-01 09:38:19 · 803 阅读 · 0 评论 -
Linker and Libraries Guide Chapter 9 Mapfile Option
The link-editor automatically and intelligently maps input sections from relocatable objects to segments in the output file being created. The-M option with an associated mapfile enables you to chan转载 2012-07-01 09:45:58 · 659 阅读 · 0 评论 -
Linker and Libraries Guide Chapter 3 Runtime Linker
As part of the initialization and execution of a dynamic executable, an interpreter is called to complete the binding of the application to its dependencies. In the Solaris OS, this interpreter is r转载 2012-07-01 09:40:13 · 1592 阅读 · 1 评论 -
Linker and Libraries Guide Appendix B Versioning Quick Reference
ELF objects make available global symbols to which other objects can bind. Some of these global symbols can be identified as providing the object's public interface. Other symbols are part of the obje转载 2012-07-01 09:47:01 · 1042 阅读 · 0 评论 -
SUN编译器的选择--一个链接问题
ArticleReducing Symbol Scope with Sun Studio C/C++ Print-friendly VersionBy Giri Mandalika, May, 20转载 2012-06-30 22:40:45 · 2203 阅读 · 0 评论 -
Linker and Libraries Guide Appendix D Linker and Libraries Updates and New Features
This appendix provides an overview of the updates and new features that have been added to releases of the Solaris OS.Solaris 10 5/08 ReleaseGlobal auditing can now be enabled by recordi转载 2012-07-01 09:48:16 · 1022 阅读 · 0 评论 -
Linker and Libraries Guide Appendix C Establishing Dependencies with Dynamic String Tokens
A dynamic object can establish dependencies explicitly or through filters. Each of these mechanisms can be augmented with a runpath, which directs the runtime linker to search for and load the require转载 2012-07-01 09:47:37 · 705 阅读 · 0 评论 -
Linker and Libraries Guide Appendix A Link-Editor Quick Reference
The following sections provide a simple overview, or cheat sheet, of the most commonly used link-editor scenarios. See Link-Editing for an introduction to the kinds of output modules generated by th转载 2012-07-01 09:46:29 · 558 阅读 · 0 评论 -
Linker and Libraries Guide Chapter 8 Thread-Local Storage
The compilation environment supports the declaration of thread-local data. This data is sometimes referred to as thread-specific, or thread-private data, but more typically by the acronym TLS. By decl转载 2012-07-01 09:45:23 · 1082 阅读 · 0 评论 -
Linker and Libraries Guide Chapter 7 Object File Format
This chapter describes the executable and linking format (ELF) of the object files produced by the assembler and link-editor. Three significant types of object file exist.A relocatable object转载 2012-07-01 09:44:22 · 2844 阅读 · 0 评论 -
Linker and Libraries Guide Chapter 6 Support Interfaces
The link-editors provide a number of support interfaces that enable the monitoring, and modification, of link-editor and runtime linker processing. These interfaces typically require a more advanced u转载 2012-07-01 09:42:25 · 1484 阅读 · 0 评论 -
Linker and Libraries Guide Chapter 5 Application Binary Interfaces and Versioning
ELF objects processed by the link-editors provide many global symbols to which other objects can bind. These symbols describe the object's application binary interface (ABI). During the evolution of a转载 2012-07-01 09:41:41 · 816 阅读 · 0 评论 -
Linker and Libraries Guide Chapter 4 Shared Objects
Shared objects are one form of output created by the link-editor and are generated by specifying the -G option. In the following example, the shared object libfoo.so.1 is generated from the input fi转载 2012-07-01 09:40:58 · 2217 阅读 · 0 评论 -
Linker and Libraries Guide --Chapter 2 Link-Editor
The link-editing process creates an output file from one or more input files. Output file creation is directed by the options that are supplied to the link-editor and the input sections provided by th转载 2012-07-01 09:39:17 · 1839 阅读 · 0 评论 -
Enhancing Applications by Directing Linker Symbol Processing
Print-friendly VersionBy Greg Nakhimovsky, August 2002 Modern linkers, such as the linker in Sun's Solaris Operating Environme转载 2012-07-01 10:50:00 · 806 阅读 · 0 评论