4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Generic interface definition for usr/src/cmd/sgs/rtld.
29 # MAPFILE HEADER START
31 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
32 # Object versioning must comply with the rules detailed in
34 # usr/src/lib/README.mapfiles
36 # You should not be making modifications here until you've read the most current
37 # copy of that file. If you need help, contact a gatekeeper for guidance.
45 # All symbols in ld.so.1 are private as no-one should bind to these directly.
47 SYMBOL_VERSION SUNWprivate_1.3 {
49 dladdr; # Standard dlopen(3x) family
59 _dladdr; # these should not exist
69 _ld_libc; # provides libc initialization
71 _elf_rtbndr; # dbx expects to find these
73 _rt_boot; # Provides basic adb symbol offsets
75 rtld_db_dlactivity; # Required to support librtld_db
85 alist_append; # librtld support
87 dbg_desc; # Diagnostic support
89 eprintf; # Error message printing
92 dgettext; # Messaging support
95 calloc; # Memory management (mapmalloc).
100 _environ; # PLT tracing getenv() support.
103 memcpy; # Some routines are useful for support
104 snprintf; # libraries such as liblddbg.
105 sprintf; # Note that some of these functions
106 strcat; # (like sprintf) may have reduced
107 strcmp; # functionality over libc, as a simpler
108 strcpy; # implementation is provided in ld.so.1.
117 # amd64 ABI exception unwinding
122 # doXX_reloc_rtld and relocXX_table are required to
123 # support librtld.so.
131 $error unknown ELFCLASS