mapfile-vers revision 4a8d0ea71c9a4e51c6a916a083ced6b499eb207f
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# CDDL HEADER START
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# The contents of this file are subject to the terms of the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Common Development and Distribution License (the "License").
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# You may not use this file except in compliance with the License.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# See the License for the specific language governing permissions
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# and limitations under the License.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# If applicable, add the following below this CDDL HEADER, with the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# CDDL HEADER END
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Use is subject to license terms.
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper# Generic interface definition for usr/src/cmd/sgs/liblddbg.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# MAPFILE HEADER START
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Object versioning must comply with the rules detailed in
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# You should not be making modifications here until you've read the most current
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# copy of that file. If you need help, contact a gatekeeper for guidance.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# MAPFILE HEADER END
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSUNWprivate_4.73 {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster dbg_desc = NODIRECT; # interposed - ld.so.1(1)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster dbg_print = NODIRECT; # interposed - ld(1) and ld.so.1(1)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg_args_file;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg_args_option;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg_args_str2chr;
74dca04245920444925c2544c591c3da5dad607eAndrew Forrest Dbg_args_Wldel;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_ignore;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_interface;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_lib;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_object;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_symval;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_skip;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_terminate;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_audit_version;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_basic_collect;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_basic_create;
be56b0499bf4793872f73b8042ffacb3cf7e575eMark de Reeper Dbg_basic_files;
74dca04245920444925c2544c591c3da5dad607eAndrew Forrest Dbg_basic_finish;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg_basic_options;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg_basic_relocate;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg_basic_validate;
74dca04245920444925c2544c591c3da5dad607eAndrew Forrest Dbg32_bind_global;
74dca04245920444925c2544c591c3da5dad607eAndrew Forrest Dbg64_bind_global;
74dca04245920444925c2544c591c3da5dad607eAndrew Forrest Dbg32_bind_plt_summary;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_bind_plt_summary;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_bind_pltpad_from;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_bind_pltpad_to;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_bind_reject;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_bind_reject;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_bind_weak;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_bind_weak;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_cap_hw_candidate;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_cap_hw_candidate;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_cap_hw_filter;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_cap_hw_filter;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_cap_mapfile;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_cap_mapfile;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_cap_sec_entry;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_cap_sec_entry;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_cap_sec_title;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_cap_sec_title;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_cap_val_hw1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_cap_val_hw1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_demangle_name;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_demangle_name;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_ent_print;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_ent_print;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_file_analyze;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_file_analyze;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_file_aout;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_file_aout;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_file_ar;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_file_ar;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_file_ar_rescan;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_file_ar_rescan;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_file_bind_entry;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_file_bind_entry;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_file_bindings;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg64_file_bindings;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster Dbg32_file_cntl;