1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27@ MSG_R_386_NONE		"R_386_NONE"
28@ MSG_R_386_32			"R_386_32"
29@ MSG_R_386_PC32		"R_386_PC32"
30@ MSG_R_386_GOT32		"R_386_GOT32"
31@ MSG_R_386_PLT32		"R_386_PLT32"
32@ MSG_R_386_COPY		"R_386_COPY"
33@ MSG_R_386_GLOB_DAT		"R_386_GLOB_DAT"
34@ MSG_R_386_JMP_SLOT		"R_386_JMP_SLOT"
35@ MSG_R_386_RELATIVE		"R_386_RELATIVE"
36@ MSG_R_386_GOTOFF		"R_386_GOTOFF"
37@ MSG_R_386_GOTPC		"R_386_GOTPC"
38@ MSG_R_386_32PLT		"R_386_32PLT"
39@ MSG_R_386_TLS_GD_PLT		"R_386_TLS_GD_PLT"
40@ MSG_R_386_TLS_LDM_PLT		"R_386_TLS_LDM_PLT"
41@ MSG_R_386_TLS_TPOFF		"R_386_TLS_TPOFF"
42@ MSG_R_386_TLS_IE		"R_386_TLS_IE"
43@ MSG_R_386_TLS_GOTIE		"R_386_TLS_GOTIE"
44@ MSG_R_386_TLS_LE		"R_386_TLS_LE"
45@ MSG_R_386_TLS_GD		"R_386_TLS_GD"
46@ MSG_R_386_TLS_LDM		"R_386_TLS_LDM"
47@ MSG_R_386_16			"R_386_16"
48@ MSG_R_386_PC16		"R_386_PC16"
49@ MSG_R_386_8			"R_386_8"
50@ MSG_R_386_PC8			"R_386_PC8"
51@ MSG_R_386_TLS_GD_32		"R_386_TLS_GD_32"
52@ MSG_R_386_TLS_GD_PUSH		"R_386_TLS_GD_PUSH"
53@ MSG_R_386_TLS_GD_CALL		"R_386_TLS_GD_CALL"
54@ MSG_R_386_TLS_GD_POP		"R_386_TLS_GD_POP"
55@ MSG_R_386_TLS_LDM_32		"R_386_TLS_LDM_32"
56@ MSG_R_386_TLS_LDM_PUSH	"R_386_TLS_LDM_PUSH"
57@ MSG_R_386_TLS_LDM_CALL	"R_386_TLS_LDM_CALL"
58@ MSG_R_386_TLS_LDM_POP		"R_386_TLS_LDM_POP"
59@ MSG_R_386_TLS_LDO_32		"R_386_TLS_LDO_32"
60@ MSG_R_386_TLS_IE_32		"R_386_TLS_IE_32"
61@ MSG_R_386_TLS_LE_32		"R_386_TLS_LE_32"
62@ MSG_R_386_TLS_DTPMOD32	"R_386_TLS_DTPMOD32"
63@ MSG_R_386_TLS_DTPOFF32	"R_386_TLS_DTPOFF32"
64@ MSG_R_386_TLS_TPOFF32		"R_386_TLS_TPOFF32"
65@ MSG_R_386_SIZE32		"R_386_SIZE32"
66@ MSG_R_386_TLS_GOTDESC		"R_386_TLS_GOTDESC"
67@ MSG_R_386_TLS_DESC_CALL	"R_386_TLS_DESC_CALL"
68@ MSG_R_386_TLS_DESC		"R_386_TLS_DESC"
69@ MSG_R_386_IRELATIVE		"R_386_IRELATIVE"
70@ MSG_R_386_GOT32X		"R_386_GOT32X"
71