xref: /onnv-gate/usr/src/cmd/sgs/libconv/common/relocate_amd64.msg (revision 2850:689acf945b89)
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
221169Srie#
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"
270Sstevel@tonic-gate#
280Sstevel@tonic-gate
291169Srie@ MSG_R_AMD64_NONE		"R_AMD64_NONE"
301169Srie@ MSG_R_AMD64_64		"R_AMD64_64"
311169Srie@ MSG_R_AMD64_PC32		"R_AMD64_PC32"
321169Srie@ MSG_R_AMD64_GOT32		"R_AMD64_GOT32"
331169Srie@ MSG_R_AMD64_PLT32		"R_AMD64_PLT32"
341169Srie@ MSG_R_AMD64_COPY		"R_AMD64_COPY"
351169Srie@ MSG_R_AMD64_GLOB_DATA		"R_AMD64_GLOB_DATA"
361169Srie@ MSG_R_AMD64_JUMP_SLOT		"R_AMD64_JUMP_SLOT"
371169Srie@ MSG_R_AMD64_RELATIVE		"R_AMD64_RELATIVE"
381169Srie@ MSG_R_AMD64_GOTPCREL		"R_AMD64_GOTPCREL"
391169Srie@ MSG_R_AMD64_32		"R_AMD64_32"
401169Srie@ MSG_R_AMD64_32S		"R_AMD64_32S"
411169Srie@ MSG_R_AMD64_16		"R_AMD64_16"
421169Srie@ MSG_R_AMD64_PC16		"R_AMD64_PC16"
431169Srie@ MSG_R_AMD64_8			"R_AMD64_8"
441169Srie@ MSG_R_AMD64_PC8		"R_AMD64_PC8"
451169Srie@ MSG_R_AMD64_DTPMOD64		"R_AMD64_DTPMOD64"
461169Srie@ MSG_R_AMD64_DTPOFF64		"R_AMD64_DTPOFF64"
471169Srie@ MSG_R_AMD64_TPOFF64		"R_AMD64_TPOFF64"
481169Srie@ MSG_R_AMD64_TLSGD		"R_AMD64_TLSGD"
491169Srie@ MSG_R_AMD64_TLSLD		"R_AMD64_TLSLD"
501169Srie@ MSG_R_AMD64_DTPOFF32		"R_AMD64_DTPOFF32"
511169Srie@ MSG_R_AMD64_GOTTPOFF		"R_AMD64_GOTTPOFF"
521169Srie@ MSG_R_AMD64_TPOFF32		"R_AMD64_TPOFF32"
531169Srie@ MSG_R_AMD64_PC64		"R_AMD64_PC64"
541169Srie@ MSG_R_AMD64_GOTPC32		"R_AMD64_GOTPC32"
551169Srie@ MSG_R_AMD64_GOTOFF64		"R_AMD64_GOTOFF64"
561169Srie@ MSG_R_AMD64_GOT64		"R_AMD64_GOT64"
571169Srie@ MSG_R_AMD64_GOTPCREL64	"R_AMD64_GOTPCREL64"
581169Srie@ MSG_R_AMD64_GOTPC64		"R_AMD64_GOTPC64"
591169Srie@ MSG_R_AMD64_GOTPLT64		"R_AMD64_GOTPLT64"
601169Srie@ MSG_R_AMD64_PLTOFF64		"R_AMD64_PLTOFF64"
61*2850Srie@ MSG_R_AMD64_SIZE32		"R_AMD64_SIZE32"
62*2850Srie@ MSG_R_AMD64_SIZE64		"R_AMD64_SIZE64"
63