10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5*2850Srie# Common Development and Distribution License (the "License"). 6*2850Srie# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 211169Srie 220Sstevel@tonic-gate# 23*2850Srie# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 241169Srie# Use is subject to license terms. 251169Srie# 261169Srie# ident "%Z%%M% %I% %E% SMI" 271169Srie# 280Sstevel@tonic-gate 290Sstevel@tonic-gate@ MSG_R_386_NONE "R_386_NONE" 300Sstevel@tonic-gate@ MSG_R_386_32 "R_386_32" 310Sstevel@tonic-gate@ MSG_R_386_PC32 "R_386_PC32" 320Sstevel@tonic-gate@ MSG_R_386_GOT32 "R_386_GOT32" 330Sstevel@tonic-gate@ MSG_R_386_PLT32 "R_386_PLT32" 340Sstevel@tonic-gate@ MSG_R_386_COPY "R_386_COPY" 350Sstevel@tonic-gate@ MSG_R_386_GLOB_DAT "R_386_GLOB_DAT" 360Sstevel@tonic-gate@ MSG_R_386_JMP_SLOT "R_386_JMP_SLOT" 370Sstevel@tonic-gate@ MSG_R_386_RELATIVE "R_386_RELATIVE" 380Sstevel@tonic-gate@ MSG_R_386_GOTOFF "R_386_GOTOFF" 390Sstevel@tonic-gate@ MSG_R_386_GOTPC "R_386_GOTPC" 400Sstevel@tonic-gate@ MSG_R_386_32PLT "R_386_32PLT" 410Sstevel@tonic-gate@ MSG_R_386_TLS_GD_PLT "R_386_TLS_GD_PLT" 420Sstevel@tonic-gate@ MSG_R_386_TLS_LDM_PLT "R_386_TLS_LDM_PLT" 430Sstevel@tonic-gate@ MSG_R_386_TLS_TPOFF "R_386_TLS_TPOFF" 440Sstevel@tonic-gate@ MSG_R_386_TLS_IE "R_386_TLS_IE" 450Sstevel@tonic-gate@ MSG_R_386_TLS_GOTIE "R_386_TLS_GOTIE" 460Sstevel@tonic-gate@ MSG_R_386_TLS_LE "R_386_TLS_LE" 470Sstevel@tonic-gate@ MSG_R_386_TLS_GD "R_386_TLS_GD" 480Sstevel@tonic-gate@ MSG_R_386_TLS_LDM "R_386_TLS_LDM" 490Sstevel@tonic-gate@ MSG_R_386_16 "R_386_16" 500Sstevel@tonic-gate@ MSG_R_386_PC16 "R_386_PC16" 510Sstevel@tonic-gate@ MSG_R_386_8 "R_386_8" 520Sstevel@tonic-gate@ MSG_R_386_PC8 "R_386_PC8" 530Sstevel@tonic-gate@ MSG_R_386_UNKNOWN24 "R_386_UNKNOWN24" 540Sstevel@tonic-gate@ MSG_R_386_UNKNOWN25 "R_386_UNKNOWN25" 550Sstevel@tonic-gate@ MSG_R_386_UNKNOWN26 "R_386_UNKNOWN26" 560Sstevel@tonic-gate@ MSG_R_386_UNKNOWN27 "R_386_UNKNOWN27" 570Sstevel@tonic-gate@ MSG_R_386_UNKNOWN28 "R_386_UNKNOWN28" 580Sstevel@tonic-gate@ MSG_R_386_UNKNOWN29 "R_386_UNKNOWN29" 590Sstevel@tonic-gate@ MSG_R_386_UNKNOWN30 "R_386_UNKNOWN30" 600Sstevel@tonic-gate@ MSG_R_386_UNKNOWN31 "R_386_UNKNOWN31" 610Sstevel@tonic-gate@ MSG_R_386_TLS_LDO_32 "R_386_TLS_LDO_32" 620Sstevel@tonic-gate@ MSG_R_386_UNKNOWN33 "R_386_UNKNOWN33" 630Sstevel@tonic-gate@ MSG_R_386_UNKNOWN34 "R_386_UNKNOWN34" 640Sstevel@tonic-gate@ MSG_R_386_TLS_DTPMOD32 "R_386_TLS_DTPMOD32" 650Sstevel@tonic-gate@ MSG_R_386_TLS_DTPOFF32 "R_386_TLS_DTPOFF32" 660Sstevel@tonic-gate@ MSG_R_386_UNKNOWN37 "R_386_UNKNOWN37" 67*2850Srie@ MSG_R_386_SIZE32 "R_386_SIZE32" 68