mapfile-vers revision d840867f3a8b0ba209ef90762b3f9c72a5f92cc5
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER START
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Common Development and Distribution License (the "License").
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You may not use this file except in compliance with the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
199767f8919635c4928607450d9e0abb932109ceToomas Soome# See the License for the specific language governing permissions
199767f8919635c4928607450d9e0abb932109ceToomas Soome# and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
199767f8919635c4928607450d9e0abb932109ceToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# If applicable, add the following below this CDDL HEADER, with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER END
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Use is subject to license terms.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# ident "%Z%%M% %I% %E% SMI"
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Generic interface definition for usr/src/cmd/sgs/liblddbg.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# For information regarding the establishment of versioned definitions see:
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The Linker and Libraries Manual (version 2.5 or greater)
199767f8919635c4928607450d9e0abb932109ceToomas Soome# This is part of the Developers Guide in the Answerbook. Specifically refer
199767f8919635c4928607450d9e0abb932109ceToomas Soome# to Chapter 2 under section "Defining Additional Symbols" through section
199767f8919635c4928607450d9e0abb932109ceToomas Soome# "Reducing Symbol Scope", and Chapter 5 "Versioning".
199767f8919635c4928607450d9e0abb932109ceToomas Soome# For specific OSNET rules for the modification (evolution) of these version
199767f8919635c4928607450d9e0abb932109ceToomas Soome# definitions see:
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Policy for Shared Library Version Names and Interface Definitions
199767f8919635c4928607450d9e0abb932109ceToomas SoomeSUNWprivate_4.60 {
199767f8919635c4928607450d9e0abb932109ceToomas Soome dbg_desc = NODIRECT; # interposed - ld.so.1(1)
199767f8919635c4928607450d9e0abb932109ceToomas Soome dbg_print = NODIRECT; # interposed - ld(1) and ld.so.1(1)
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_args_files;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_args_flags;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_ignore;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_interface;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_lib;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_object;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_symval;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_skip;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_terminate;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg_audit_version;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_bind_global;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_bind_global;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_bind_plt_summary;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_bind_plt_summary;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_bind_pltpad_from;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_bind_pltpad_to;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_bind_weak;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_bind_weak;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_cap_hw_candidate;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_cap_hw_candidate;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_cap_hw_filter;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_cap_hw_filter;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_cap_mapfile;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_cap_mapfile;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_cap_sec_entry;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_cap_sec_entry;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_cap_sec_title;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_cap_sec_title;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_cap_val_hw1;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_cap_val_hw1;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_demangle_name;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_demangle_name;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_ent_print;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_ent_print;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_analyze;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_analyze;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_aout;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_aout;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_ar;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_ar;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_ar_rescan;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_ar_rescan;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_bind_entry;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_bind_entry;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_bindings;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_bindings;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_cntl;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_cntl;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_config_dis;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_config_dis;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_config_obj;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_config_obj;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_del_rescan;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_del_rescan;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_delete;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_delete;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_dlclose;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_dlclose;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_dldump;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_dldump;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_dlopen;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_dlopen;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_elf;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_elf;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_cleanup;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_cleanup;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_filtee;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_filtee;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_filter;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_filter;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_fixname;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_fixname;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_generic;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_generic;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_hdl_action;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_hdl_action;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_hdl_collect;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_hdl_collect;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_hdl_title;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_hdl_title;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_lazyload;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_lazyload;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_ldso;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_ldso;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_mode_promote;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_mode_promote;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_modified;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_modified;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_needed;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_needed;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_output;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_output;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_preload;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_preload;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_prot;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_prot;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_rejected;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_rejected;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_reuse;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_reuse;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_file_skip;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_file_skip;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_got_display;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_got_display;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_audit;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_audit;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_find;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_find;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_found;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_found;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_ignore;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_ignore;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_init;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_init;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_l;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_l;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_path;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_path;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_req;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_req;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_update;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_update;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_yp;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_yp;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_libs_ylu;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_libs_ylu;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_dash;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_dash;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_ent;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_ent;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_parse;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_parse;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_pipe;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_pipe;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_set_atsign;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_set_atsign;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_seg;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_seg;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_set_equal;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_set_equal;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_size_new;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_size_new;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_size_old;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_size_old;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_sort_fini;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_sort_fini;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_sort_orig;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_sort_orig;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_symbol;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_symbol;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_map_version;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_map_version;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_adjexpandreloc;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_adjexpandreloc;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_adjmovereloc;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_adjmovereloc;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_data;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_data;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_entry1;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_entry1;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_entry2;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_entry2;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_expand;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_expand;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_input;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_input;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_outmove;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_outmove;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_outsctadj;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_outsctadj;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_move_parexpn;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_move_parexpn;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg32_reloc_apply_reg;
199767f8919635c4928607450d9e0abb932109ceToomas Soome Dbg64_reloc_apply_reg;