17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
52926dd2eSrie# Common Development and Distribution License (the "License").
62926dd2eSrie# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
21552ff457Srie
22552ff457Srie#
232926dd2eSrie# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24552ff457Srie# Use is subject to license terms.
25552ff457Srie#
267c478bd9Sstevel@tonic-gate
27552ff457Srie@ MSG_R_AMD64_NONE		"R_AMD64_NONE"
28552ff457Srie@ MSG_R_AMD64_64		"R_AMD64_64"
29552ff457Srie@ MSG_R_AMD64_PC32		"R_AMD64_PC32"
30552ff457Srie@ MSG_R_AMD64_GOT32		"R_AMD64_GOT32"
31552ff457Srie@ MSG_R_AMD64_PLT32		"R_AMD64_PLT32"
32552ff457Srie@ MSG_R_AMD64_COPY		"R_AMD64_COPY"
33*a530dbfeSRichard Lowe@ MSG_R_AMD64_GLOB_DAT		"R_AMD64_GLOB_DAT"
34552ff457Srie@ MSG_R_AMD64_JUMP_SLOT		"R_AMD64_JUMP_SLOT"
35552ff457Srie@ MSG_R_AMD64_RELATIVE		"R_AMD64_RELATIVE"
36552ff457Srie@ MSG_R_AMD64_GOTPCREL		"R_AMD64_GOTPCREL"
37552ff457Srie@ MSG_R_AMD64_32		"R_AMD64_32"
38552ff457Srie@ MSG_R_AMD64_32S		"R_AMD64_32S"
39552ff457Srie@ MSG_R_AMD64_16		"R_AMD64_16"
40552ff457Srie@ MSG_R_AMD64_PC16		"R_AMD64_PC16"
41552ff457Srie@ MSG_R_AMD64_8			"R_AMD64_8"
42552ff457Srie@ MSG_R_AMD64_PC8		"R_AMD64_PC8"
43552ff457Srie@ MSG_R_AMD64_DTPMOD64		"R_AMD64_DTPMOD64"
44552ff457Srie@ MSG_R_AMD64_DTPOFF64		"R_AMD64_DTPOFF64"
45552ff457Srie@ MSG_R_AMD64_TPOFF64		"R_AMD64_TPOFF64"
46552ff457Srie@ MSG_R_AMD64_TLSGD		"R_AMD64_TLSGD"
47552ff457Srie@ MSG_R_AMD64_TLSLD		"R_AMD64_TLSLD"
48552ff457Srie@ MSG_R_AMD64_DTPOFF32		"R_AMD64_DTPOFF32"
49552ff457Srie@ MSG_R_AMD64_GOTTPOFF		"R_AMD64_GOTTPOFF"
50552ff457Srie@ MSG_R_AMD64_TPOFF32		"R_AMD64_TPOFF32"
51552ff457Srie@ MSG_R_AMD64_PC64		"R_AMD64_PC64"
52552ff457Srie@ MSG_R_AMD64_GOTPC32		"R_AMD64_GOTPC32"
53552ff457Srie@ MSG_R_AMD64_GOTOFF64		"R_AMD64_GOTOFF64"
54552ff457Srie@ MSG_R_AMD64_GOT64		"R_AMD64_GOT64"
55552ff457Srie@ MSG_R_AMD64_GOTPCREL64	"R_AMD64_GOTPCREL64"
56552ff457Srie@ MSG_R_AMD64_GOTPC64		"R_AMD64_GOTPC64"
57552ff457Srie@ MSG_R_AMD64_GOTPLT64		"R_AMD64_GOTPLT64"
58552ff457Srie@ MSG_R_AMD64_PLTOFF64		"R_AMD64_PLTOFF64"
592926dd2eSrie@ MSG_R_AMD64_SIZE32		"R_AMD64_SIZE32"
602926dd2eSrie@ MSG_R_AMD64_SIZE64		"R_AMD64_SIZE64"
61*a530dbfeSRichard Lowe@ MSG_R_AMD64_GOTPC32_TLSDESC	"R_AMD64_GOTPC32_TLSDESC"
62*a530dbfeSRichard Lowe@ MSG_R_AMD64_TLSDESC_CALL	"R_AMD64_TLSDESC_CALL"
63*a530dbfeSRichard Lowe@ MSG_R_AMD64_TLSDESC		"R_AMD64_TLSDESC"
64*a530dbfeSRichard Lowe@ MSG_R_AMD64_IRELATIVE		"R_AMD64_IRELATIVE"
65*a530dbfeSRichard Lowe@ MSG_R_AMD64_RELATIVE64	"R_AMD64_RELATIVE64"
66*a530dbfeSRichard Lowe@ MSG_R_AMD64_UNKNOWN39		"R_AMD64_UNKNOWN39"
67*a530dbfeSRichard Lowe@ MSG_R_AMD64_UNKNOWN40		"R_AMD64_UNKNOWN40"
68*a530dbfeSRichard Lowe@ MSG_R_AMD64_GOTPCRELX		"R_AMD64_GOTPCRELX"
69*a530dbfeSRichard Lowe@ MSG_R_AMD64_REX_GOTPCRELX	"R_AMD64_REX_GOTPCRELX"
70