906N/A# Copyright (c) 1993, 2010, Oracle
and/or its affiliates. All rights reserved.
906N/A# The contents of this file are subject to the terms of the
906N/A# Common Development and Distribution License (the "License").
906N/A# You may not use this file except in compliance with the License.
906N/A# See the License for the specific language governing permissions
906N/A# and limitations under the License.
906N/A# When distributing Covered Code, include this CDDL HEADER in each
906N/A# If applicable, add the following below this CDDL HEADER, with the
906N/A# fields enclosed by brackets "[]" replaced with your own identifying
906N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3817N/A# Some four meg of kernel virtual address space
906N/A# is mapped via a locked 4-meg mapping in the ITLB
1389N/A# Another four meg of kernel virtual address space
1389N/A# is mapped via a locked 4-meg mapping in the DTLB
3936N/A FLAGS = READ WRITE EXECUTE;
906N/A# put reloc seg in space between text and data
906N/A# it will be freed by the kernel after use
3470N/A ASSIGN_SECTION { TYPE = DYNSYM };
3470N/A ASSIGN_SECTION { TYPE = HASH };
3470N/A ASSIGN_SECTION { IS_NAME = .dynstr };