Mapfile revision e11f6fbcfd838459080e675d24788eda4783c1d7
61N/A#
61N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
61N/A# Use is subject to license terms.
61N/A#
61N/A# CDDL HEADER START
61N/A#
61N/A# The contents of this file are subject to the terms of the
61N/A# Common Development and Distribution License, Version 1.0 only
61N/A# (the "License"). You may not use this file except in compliance
61N/A# with the License.
61N/A#
61N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61N/A# or http://www.opensolaris.org/os/licensing.
61N/A# See the License for the specific language governing permissions
61N/A# and limitations under the License.
61N/A#
61N/A# When distributing Covered Code, include this CDDL HEADER in each
61N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61N/A# If applicable, add the following below this CDDL HEADER, with the
61N/A# fields enclosed by brackets "[]" replaced with your own identifying
75N/A# information: Portions Copyright [yyyy] [name of copyright owner]
75N/A#
844N/A# CDDL HEADER END
61N/A#
75N/A#ident "%Z%%M% %I% %E% SMI"
61N/A#
61N/A
61N/A#
61N/A# Some four meg of kernel virtual address space
618N/A# is mapped via a locked 4-meg mapping in the ITLB
61N/A#
61N/Atext = LOAD ?RXN V0x01000000;
844N/Atext | .text;
844N/Atext : $PROGBITS ?A!W;
618N/A
1258N/A#
61N/A# Another four meg of kernel virtual address space
61N/A# is mapped via a locked 4-meg mapping in the DTLB
61N/A#
61N/Adata = LOAD ?RWX V0x01800000 A0x00400000;
181N/Adata | .data;
61N/Adata : $PROGBITS ?AW;
181N/Adata : $NOBITS ?AW;
61N/A
99N/Areloc = LOAD ?RW V0x0;
322N/Areloc : $DYNSYM;
61N/Areloc : $HASH;
61N/Areloc : .dynstr;
151N/Areloc : .rela.text;
151N/Areloc : .rela.data;
151N/A
61N/Anote = NOTE;
61N/Anote : $NOTE;
61N/A