1 #
   2 # Copyright (c) 2004, 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 # Copyright (c) 2012, Joyent, Inc.
  25 #
  26 
  27 #
  28 # MAPFILE HEADER START
  29 #
  30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  31 # Object versioning must comply with the rules detailed in
  32 #
  33 #       usr/src/lib/README.mapfiles
  34 #
  35 # You should not be making modifications here until you've read the most current
  36 # copy of that file. If you need help, contact a gatekeeper for guidance.
  37 #
  38 # MAPFILE HEADER END
  39 #
  40 
  41 $mapfile_version 2
  42 
  43 SYMBOL_SCOPE {
  44         global:
  45                 ctf_add_array;
  46                 ctf_add_float;
  47                 ctf_add_integer;
  48                 ctf_add_member;
  49                 ctf_add_pointer;
  50                 ctf_add_struct;
  51                 ctf_add_type;
  52                 ctf_add_typedef;
  53                 ctf_add_union;
  54                 ctf_array_info;
  55                 ctf_bufopen;
  56                 ctf_close;
  57                 ctf_create;
  58                 ctf_delete_type;
  59                 ctf_discard;
  60                 ctf_enum_iter;
  61                 ctf_enum_name;
  62                 ctf_enum_value;
  63                 ctf_errmsg;
  64                 ctf_errno;
  65                 ctf_fdopen;
  66                 ctf_func_args;
  67                 ctf_func_info;
  68                 ctf_getmodel;
  69                 ctf_getspecific;
  70                 ctf_import;
  71                 ctf_label_info;
  72                 ctf_label_iter;
  73                 ctf_label_topmost;
  74                 ctf_lookup_by_name;
  75                 ctf_lookup_by_symbol;
  76                 ctf_member_info;
  77                 ctf_member_iter;
  78                 ctf_open;
  79                 ctf_parent_name;
  80                 ctf_parent_label;
  81                 ctf_setmodel;
  82                 ctf_setspecific;
  83                 ctf_type_align;
  84                 ctf_type_cmp;
  85                 ctf_type_encoding;
  86                 ctf_type_iter;
  87                 ctf_type_lname;
  88                 ctf_type_kind;
  89                 ctf_type_name;
  90                 ctf_type_pointer;
  91                 ctf_type_reference;
  92                 ctf_type_resolve;
  93                 ctf_type_size;
  94                 ctf_type_visit;
  95                 ctf_update;
  96                 ctf_version;
  97         local:
  98                 *;
  99 };