mapfile-vers revision ba2be53024c0b999e74ba9adcd7d80fec5df8c57
883N/A#
883N/A# CDDL HEADER START
883N/A#
883N/A# The contents of this file are subject to the terms of the
883N/A# Common Development and Distribution License (the "License").
883N/A# You may not use this file except in compliance with the License.
883N/A#
883N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
883N/A# or http://www.opensolaris.org/os/licensing.
883N/A# See the License for the specific language governing permissions
883N/A# and limitations under the License.
883N/A#
883N/A# When distributing Covered Code, include this CDDL HEADER in each
883N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
883N/A# If applicable, add the following below this CDDL HEADER, with the
883N/A# fields enclosed by brackets "[]" replaced with your own identifying
883N/A# information: Portions Copyright [yyyy] [name of copyright owner]
883N/A#
883N/A# CDDL HEADER END
883N/A#
883N/A
883N/A#
883N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
883N/A# Use is subject to license terms.
883N/A#
883N/A# ident "%Z%%M% %I% %E% SMI"
883N/A#
883N/A# Generic interface definition for usr/src/cmd/sgs/libld.
883N/A#
883N/A# For information regarding the establishment of versioned definitions see:
883N/A# The Linker and Libraries Manual (version 2.5 or greater)
883N/A# This is part of the Developers Guide in the Answerbook. Specifically refer
883N/A# to Chapter 2 under section "Defining Additional Symbols" through section
883N/A# "Reducing Symbol Scope", and Chapter 5 "Versioning".
883N/A#
883N/A# For specific OSNET rules for the modification (evolution) of these version
883N/A# definitions see:
883N/A# Policy for Shared Library Version Names and Interface Definitions
883N/A
883N/ASUNWprivate_4.3 {
883N/A global:
883N/A dbg_print = NODIRECT; # interposed - ld(1) and ld.so.1(1)
883N/A
883N/A ld32_main;
883N/A ld64_main;
883N/A
883N/A ld32_create_outfile;
883N/A ld64_create_outfile;
883N/A ld32_ent_setup;
883N/A ld64_ent_setup;
883N/A ld32_init_strings;
883N/A ld64_init_strings;
883N/A ld32_init_target;
883N/A ld64_init_target;
883N/A ld32_make_sections;
883N/A ld64_make_sections;
883N/A ld32_ofl_cleanup;
883N/A ld64_ofl_cleanup;
883N/A ld32_process_open;
883N/A ld64_process_open;
883N/A ld32_reloc_init;
883N/A ld64_reloc_init;
883N/A ld32_reloc_process;
883N/A ld64_reloc_process;
883N/A ld32_sym_validate;
883N/A ld64_sym_validate;
883N/A ld32_update_outfile;
883N/A ld64_update_outfile;
883N/A local:
883N/A *;
883N/A};
883N/A
883N/A# The following functions must be provided by our caller, or one of the
883N/A# callers dependencies.
883N/A
883N/A{
883N/A global:
883N/A eprintf = FUNCTION extern;
883N/A};
883N/A