1e40f57c72c881067b0314f898e1004211bb7650vboxsync#
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# CDDL HEADER START
5b281ba489ca18f0380d7efc7a5108b606cce449vboxsync#
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# The contents of this file are subject to the terms of the
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# Common Development and Distribution License (the "License").
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# You may not use this file except in compliance with the License.
443b47b0e450919f5012681d9ec4cdccc1ebab08vboxsync#
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# or http://www.opensolaris.org/os/licensing.
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# See the License for the specific language governing permissions
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
1e40f57c72c881067b0314f898e1004211bb7650vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# CDDL HEADER END
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync
1e40f57c72c881067b0314f898e1004211bb7650vboxsync$mapfile_version 2
1e40f57c72c881067b0314f898e1004211bb7650vboxsync
1e40f57c72c881067b0314f898e1004211bb7650vboxsyncLOAD_SEGMENT text {
1e40f57c72c881067b0314f898e1004211bb7650vboxsync FLAGS = READ EXECUTE;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync VADDR = 0x130000;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync ASSIGN_SECTION {
1e40f57c72c881067b0314f898e1004211bb7650vboxsync TYPE = PROGBITS;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync FLAGS = ALLOC !WRITE;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync };
1e40f57c72c881067b0314f898e1004211bb7650vboxsync};
1e40f57c72c881067b0314f898e1004211bb7650vboxsync
1e40f57c72c881067b0314f898e1004211bb7650vboxsyncLOAD_SEGMENT data {
1e40f57c72c881067b0314f898e1004211bb7650vboxsync FLAGS = READ WRITE EXECUTE;
ad27e1d5e48ca41245120c331cc88b50464813cevboxsync ALIGN = 0x8;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync ASSIGN_SECTION {
1e40f57c72c881067b0314f898e1004211bb7650vboxsync TYPE = PROGBITS;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync FLAGS = ALLOC WRITE;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync };
1e40f57c72c881067b0314f898e1004211bb7650vboxsync ASSIGN_SECTION {
1e40f57c72c881067b0314f898e1004211bb7650vboxsync TYPE = NOBITS;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync FLAGS = ALLOC WRITE;
5f89d59f98e4e03dc3844bed065f71ebdbfc9ebevboxsync };
5f89d59f98e4e03dc3844bed065f71ebdbfc9ebevboxsync};
443b47b0e450919f5012681d9ec4cdccc1ebab08vboxsync
dea2c017e104e2e58947563bc94422d02477f611vboxsyncNOTE_SEGMENT note {
1e40f57c72c881067b0314f898e1004211bb7650vboxsync ASSIGN_SECTION {
1e40f57c72c881067b0314f898e1004211bb7650vboxsync TYPE = NOTE;
1e40f57c72c881067b0314f898e1004211bb7650vboxsync };
dea2c017e104e2e58947563bc94422d02477f611vboxsync};
dea2c017e104e2e58947563bc94422d02477f611vboxsync