1 # 2 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 3 # 4 # CDDL HEADER START 5 # 6 # The contents of this file are subject to the terms of the 7 # Common Development and Distribution License (the "License"). 8 # You may not use this file except in compliance with the License. 9 # 10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11 # or http://www.opensolaris.org/os/licensing. 12 # See the License for the specific language governing permissions 13 # and limitations under the License. 14 # 15 # When distributing Covered Code, include this CDDL HEADER in each 16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17 # If applicable, add the following below this CDDL HEADER, with the 18 # fields enclosed by brackets "[]" replaced with your own identifying 19 # information: Portions Copyright [yyyy] [name of copyright owner] 20 # 21 # CDDL HEADER END 22 # 23 24 # 25 # MAPFILE HEADER START 26 # 27 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 28 # Object versioning must comply with the rules detailed in 29 # 30 # usr/src/lib/README.mapfiles 31 # 32 # You should not be making modifications here until you've read the most current 33 # copy of that file. If you need help, contact a gatekeeper for guidance. 34 # 35 # MAPFILE HEADER END 36 # 37 38 $mapfile_version 2 39 40 SYMBOL_SCOPE { 41 global: 42 ctf_add_array; 43 ctf_add_const; 44 ctf_add_enum; 45 ctf_add_enumerator; 46 ctf_add_float; 47 ctf_add_forward; 48 ctf_add_function; 49 ctf_add_integer; 50 ctf_add_member; 51 ctf_add_pointer; 52 ctf_add_restrict; 53 ctf_add_struct; 54 ctf_add_type; 55 ctf_add_typedef; 56 ctf_add_union; 57 ctf_add_volatile; 58 ctf_array_info; 59 ctf_bufopen; 60 ctf_close; 61 ctf_create; 62 ctf_discard; 63 ctf_enum_iter; 64 ctf_enum_name; 65 ctf_enum_value; 66 ctf_errmsg; 67 ctf_errno; 68 ctf_fdopen; 69 ctf_func_args; 70 ctf_func_info; 71 ctf_getmodel; 72 ctf_getspecific; 73 ctf_import; 74 ctf_label_info; 75 ctf_label_iter; 76 ctf_label_topmost; 77 ctf_lookup_by_name; 78 ctf_lookup_by_symbol; 79 ctf_member_info; 80 ctf_member_iter; 81 ctf_modopen; 82 ctf_open; 83 ctf_parent_file; 84 ctf_parent_name; 85 ctf_parent_label; 86 ctf_setmodel; 87 ctf_setspecific; 88 ctf_set_array; 89 ctf_type_align; 90 ctf_type_cmp; 91 ctf_type_compat; 92 ctf_type_encoding; 93 ctf_type_iter; 94 ctf_type_kind; 95 ctf_type_lname; 96 ctf_type_name; 97 ctf_type_pointer; 98 ctf_type_reference; 99 ctf_type_resolve; 100 ctf_type_size; 101 ctf_type_visit; 102 ctf_update; 103 ctf_version; 104 ctf_write; 105 _info; 106 _init; 107 _fini; 108 local: 109 *; 110 };