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) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
27 # MAPFILE HEADER START
29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
30 # Object versioning must comply with the rules detailed in
32 # usr/src/lib/README.mapfiles
34 # You should not be making modifications here until you've read the most current
35 # copy of that file. If you need help, contact a gatekeeper for guidance.
46 # Starting with SUNW_1.5 and dlamd64getunwind(), the amd64
47 # platform is one version ahead of the other platforms.
49 SYMBOL_VERSION SUNW_1.6 {
51 SYMBOL_VERSION SUNW_1.5 {
54 dl_iterate_phdr { TYPE = FUNCTION };
58 SYMBOL_VERSION SUNW_1.5 {
60 dlamd64getunwind { TYPE = FUNCTION };
64 SYMBOL_VERSION SUNW_1.4 {
66 dladdr1 { TYPE = FUNCTION };
69 SYMBOL_VERSION SUNW_1.3 {
74 SYMBOL_VERSION SUNW_1.2 {
79 SYMBOL_VERSION SUNW_1.1 {
81 dldump { TYPE = FUNCTION };
82 dlinfo { TYPE = FUNCTION };
83 dlmopen { TYPE = FUNCTION };
86 SYMBOL_VERSION SUNW_0.8 {
88 dladdr { TYPE = FUNCTION };
93 # For most platforms, SUNW_0.7 contains dlclose, dlerror, dlopen, and dlsym.
94 # For ABI reasons, 32-bit sparc puts them in SISCD_2.3 instead, and SUNW_0.7
95 # exists solely so that SUNW_0.8 can inherit from it on all platforms.
97 SYMBOL_VERSION SUNW_0.7 {
103 SYMBOL_VERSION SISCD_2.3 {
106 dlclose { TYPE = FUNCTION };
107 dlerror { TYPE = FUNCTION };
108 dlopen { TYPE = FUNCTION };
109 dlsym { TYPE = FUNCTION };
113 SYMBOL_VERSION SUNWprivate_1.1 {
115 _ld_libc { TYPE = FUNCTION };
116 _dlinfo { TYPE = FUNCTION };
117 _dldump { TYPE = FUNCTION };
118 _dlmopen { TYPE = FUNCTION };
119 _dlopen { TYPE = FUNCTION };
120 _dlerror { TYPE = FUNCTION };
121 _dlsym { TYPE = FUNCTION };
122 _dlclose { TYPE = FUNCTION };
123 _dladdr { TYPE = FUNCTION };
124 _dladdr1 { TYPE = FUNCTION };
127 _dlamd64getunwind { TYPE = FUNCTION };