mapfile-vers revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
218N/A#
218N/A# CDDL HEADER START
218N/A#
218N/A# The contents of this file are subject to the terms of the
218N/A# Common Development and Distribution License (the "License").
218N/A# You may not use this file except in compliance with the License.
218N/A#
218N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
218N/A# or http://www.opensolaris.org/os/licensing.
218N/A# See the License for the specific language governing permissions
218N/A# and limitations under the License.
218N/A#
218N/A# When distributing Covered Code, include this CDDL HEADER in each
218N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
218N/A# If applicable, add the following below this CDDL HEADER, with the
218N/A# fields enclosed by brackets "[]" replaced with your own identifying
218N/A# information: Portions Copyright [yyyy] [name of copyright owner]
218N/A#
873N/A# CDDL HEADER END
218N/A#
218N/A
218N/A#
218N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
218N/A# Use is subject to license terms.
3232N/A#
218N/A# Generic interface definition for usr/src/cmd/sgs/libld.
218N/A#
218N/A
218N/A#
218N/A# MAPFILE HEADER START
4134N/A#
218N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
228N/A# Object versioning must comply with the rules detailed in
228N/A#
228N/A# usr/src/lib/README.mapfiles
228N/A#
218N/A# You should not be making modifications here until you've read the most current
218N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
218N/A#
218N/A# MAPFILE HEADER END
218N/A#
218N/A
218N/ASUNWprivate_4.5 {
218N/A global:
218N/A dbg_print = NODIRECT; # interposed - ld(1) and ld.so.1(1)
218N/A
218N/A ld_getopt;
218N/A
218N/A ld32_main;
218N/A ld64_main;
218N/A
218N/A ld32_create_outfile;
218N/A ld64_create_outfile;
218N/A ld32_ent_setup;
228N/A ld64_ent_setup;
228N/A ld32_init_strings;
228N/A ld64_init_strings;
228N/A ld32_init_target;
218N/A ld64_init_target;
218N/A ld32_make_sections;
218N/A ld64_make_sections;
218N/A ld32_ofl_cleanup;
218N/A ld64_ofl_cleanup;
218N/A ld32_process_mem;
218N/A ld64_process_mem;
218N/A ld32_reloc_init;
218N/A ld64_reloc_init;
218N/A ld32_reloc_process;
218N/A ld64_reloc_process;
218N/A ld32_sym_validate;
218N/A ld64_sym_validate;
218N/A ld32_update_outfile;
218N/A ld64_update_outfile;
218N/A local:
218N/A *;
218N/A};
218N/A
218N/A# The following functions must be provided by our caller, or one of the
218N/A# callers dependencies.
218N/A
218N/A{
218N/A global:
218N/A eprintf = FUNCTION extern;
218N/A};
218N/A