mapfile-vers revision 4f364e7c95ee7fd9d5bbeddc1940e92405bb0e72
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# CDDL HEADER START
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# The contents of this file are subject to the terms of the
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# Common Development and Distribution License (the "License").
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# You may not use this file except in compliance with the License.
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# See the License for the specific language governing permissions
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# and limitations under the License.
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# When distributing Covered Code, include this CDDL HEADER in each
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# If applicable, add the following below this CDDL HEADER, with the
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# fields enclosed by brackets "[]" replaced with your own identifying
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# information: Portions Copyright [yyyy] [name of copyright owner]
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# CDDL HEADER END
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# Copyright (c) 2012, Joyent, Inc. All rights reserved.
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# MAPFILE HEADER START
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# Object versioning must comply with the rules detailed in
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# You should not be making modifications here until you've read the most current
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# copy of that file. If you need help, contact a gatekeeper for guidance.
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden# MAPFILE HEADER END
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden$mapfile_version 2
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil MaddenLOAD_SEGMENT umem {
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden FLAGS = READ WRITE EXECUTE;
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden ASSIGN_SECTION {
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden IS_NAME = .text;
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden FILE_BASENAME = asm_subr.o
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil MaddenSYMBOL_VERSION SUNW_1.1 {
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden calloc { FLAGS = NODIRECT };
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden free { FLAGS = NODIRECT };
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden malloc { FLAGS = NODIRECT };
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden memalign { FLAGS = NODIRECT };
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil Madden realloc { FLAGS = NODIRECT };