1# 2# CDDL HEADER START 3# 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. 7# 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. 12# 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] 18# 19# CDDL HEADER END 20# 21# 22# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24 25# 26# MAPFILE HEADER START 27# 28# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29# Object versioning must comply with the rules detailed in 30# 31# usr/src/lib/README.mapfiles 32# 33# You should not be making modifications here until you've read the most current 34# copy of that file. If you need help, contact a gatekeeper for guidance. 35# 36# MAPFILE HEADER END 37# 38 39$mapfile_version 2 40 41SYMBOL_VERSION SUNWprivate_1.1 { 42 global: 43 fork { FLAGS = NODIRECT }; 44 fork1; 45 pthread_create; 46 pthread_exit; 47 _resume_ret; 48 thr_create; 49 thr_exit; 50 tnf_allocate; 51 tnf_char_tag_data; 52 tnf_float32_tag_data; 53 tnf_float64_tag_data; 54 tnf_int16_tag_data; 55 tnf_int32_tag_data; 56 tnf_int64_tag_data; 57 tnf_int8_tag_data; 58 tnf_lwpid_tag_data; 59 tnf_name_tag_data; 60 tnf_non_threaded_test_addr; 61 tnf_opaque_tag_data; 62 tnf_pid_tag_data; 63 __tnf_probe_alloc; 64 tnf_probe_debug; 65 tnf_probe_event_tag_data; 66 tnf_probe_get_arg_indexed; 67 tnf_probe_get_chars; 68 tnf_probe_get_num_args; 69 tnf_probe_get_type_indexed; 70 tnf_probe_get_value; 71 __tnf_probe_list_head; 72 __tnf_probe_list_valid; 73 __tnf_probe_memseg_p; 74 __tnf_probe_notify; 75 __tnf_probe_thr_sync; 76 __tnf_probe_version_1_info; 77 tnf_process_disable; 78 tnf_process_enable; 79 tnf_ref32_1; 80 tnf_size_tag_data; 81 tnf_string_1; 82 tnf_string_tag_data; 83 tnf_struct_tag_1; 84 tnf_tag_tag_data; 85 __tnf_tag_version_1_info; 86 tnf_thread_disable; 87 tnf_threaded_test_addr; 88 tnf_thread_enable; 89 tnf_time_base_tag_data; 90 tnf_time_delta_tag_data; 91 tnf_trace_alloc; 92 tnf_trace_commit; 93 tnf_trace_end; 94 tnf_trace_file_min; 95 tnf_trace_file_name; 96 tnf_trace_file_size; 97 tnf_trace_rollback; 98 tnf_uint16_tag_data; 99 tnf_uint32_tag_data; 100 tnf_uint64_tag_data; 101 tnf_uint8_tag_data; 102 tnf_user_struct_properties; 103 _tnfw_b_control; 104 105$if _sparc 106 thr_stksegment; 107$endif 108 109 local: 110 *; 111}; 112