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 5*2926dd2eSrie# Common Development and Distribution License (the "License"). 6*2926dd2eSrie# 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# 23*2926dd2eSrie# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24552ff457Srie# Use is subject to license terms. 25552ff457Srie# 26552ff457Srie# ident "%Z%%M% %I% %E% SMI" 277c478bd9Sstevel@tonic-gate# 287c478bd9Sstevel@tonic-gate 29552ff457Srie@ MSG_R_AMD64_NONE "R_AMD64_NONE" 30552ff457Srie@ MSG_R_AMD64_64 "R_AMD64_64" 31552ff457Srie@ MSG_R_AMD64_PC32 "R_AMD64_PC32" 32552ff457Srie@ MSG_R_AMD64_GOT32 "R_AMD64_GOT32" 33552ff457Srie@ MSG_R_AMD64_PLT32 "R_AMD64_PLT32" 34552ff457Srie@ MSG_R_AMD64_COPY "R_AMD64_COPY" 35552ff457Srie@ MSG_R_AMD64_GLOB_DATA "R_AMD64_GLOB_DATA" 36552ff457Srie@ MSG_R_AMD64_JUMP_SLOT "R_AMD64_JUMP_SLOT" 37552ff457Srie@ MSG_R_AMD64_RELATIVE "R_AMD64_RELATIVE" 38552ff457Srie@ MSG_R_AMD64_GOTPCREL "R_AMD64_GOTPCREL" 39552ff457Srie@ MSG_R_AMD64_32 "R_AMD64_32" 40552ff457Srie@ MSG_R_AMD64_32S "R_AMD64_32S" 41552ff457Srie@ MSG_R_AMD64_16 "R_AMD64_16" 42552ff457Srie@ MSG_R_AMD64_PC16 "R_AMD64_PC16" 43552ff457Srie@ MSG_R_AMD64_8 "R_AMD64_8" 44552ff457Srie@ MSG_R_AMD64_PC8 "R_AMD64_PC8" 45552ff457Srie@ MSG_R_AMD64_DTPMOD64 "R_AMD64_DTPMOD64" 46552ff457Srie@ MSG_R_AMD64_DTPOFF64 "R_AMD64_DTPOFF64" 47552ff457Srie@ MSG_R_AMD64_TPOFF64 "R_AMD64_TPOFF64" 48552ff457Srie@ MSG_R_AMD64_TLSGD "R_AMD64_TLSGD" 49552ff457Srie@ MSG_R_AMD64_TLSLD "R_AMD64_TLSLD" 50552ff457Srie@ MSG_R_AMD64_DTPOFF32 "R_AMD64_DTPOFF32" 51552ff457Srie@ MSG_R_AMD64_GOTTPOFF "R_AMD64_GOTTPOFF" 52552ff457Srie@ MSG_R_AMD64_TPOFF32 "R_AMD64_TPOFF32" 53552ff457Srie@ MSG_R_AMD64_PC64 "R_AMD64_PC64" 54552ff457Srie@ MSG_R_AMD64_GOTPC32 "R_AMD64_GOTPC32" 55552ff457Srie@ MSG_R_AMD64_GOTOFF64 "R_AMD64_GOTOFF64" 56552ff457Srie@ MSG_R_AMD64_GOT64 "R_AMD64_GOT64" 57552ff457Srie@ MSG_R_AMD64_GOTPCREL64 "R_AMD64_GOTPCREL64" 58552ff457Srie@ MSG_R_AMD64_GOTPC64 "R_AMD64_GOTPC64" 59552ff457Srie@ MSG_R_AMD64_GOTPLT64 "R_AMD64_GOTPLT64" 60552ff457Srie@ MSG_R_AMD64_PLTOFF64 "R_AMD64_PLTOFF64" 61*2926dd2eSrie@ MSG_R_AMD64_SIZE32 "R_AMD64_SIZE32" 62*2926dd2eSrie@ MSG_R_AMD64_SIZE64 "R_AMD64_SIZE64" 63