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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22 23# 24# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 25# Use is subject to license terms. 26# 27# ident "%Z%%M% %I% %E% SMI" 28# 29 30@ MSG_R_AMD64_NONE "R_AMD64_NONE" 31@ MSG_R_AMD64_64 "R_AMD64_64" 32@ MSG_R_AMD64_PC32 "R_AMD64_PC32" 33@ MSG_R_AMD64_GOT32 "R_AMD64_GOT32" 34@ MSG_R_AMD64_PLT32 "R_AMD64_PLT32" 35@ MSG_R_AMD64_COPY "R_AMD64_COPY" 36@ MSG_R_AMD64_GLOB_DATA "R_AMD64_GLOB_DATA" 37@ MSG_R_AMD64_JUMP_SLOT "R_AMD64_JUMP_SLOT" 38@ MSG_R_AMD64_RELATIVE "R_AMD64_RELATIVE" 39@ MSG_R_AMD64_GOTPCREL "R_AMD64_GOTPCREL" 40@ MSG_R_AMD64_32 "R_AMD64_32" 41@ MSG_R_AMD64_32S "R_AMD64_32S" 42@ MSG_R_AMD64_16 "R_AMD64_16" 43@ MSG_R_AMD64_PC16 "R_AMD64_PC16" 44@ MSG_R_AMD64_8 "R_AMD64_8" 45@ MSG_R_AMD64_PC8 "R_AMD64_PC8" 46@ MSG_R_AMD64_DTPMOD64 "R_AMD64_DTPMOD64" 47@ MSG_R_AMD64_DTPOFF64 "R_AMD64_DTPOFF64" 48@ MSG_R_AMD64_TPOFF64 "R_AMD64_TPOFF64" 49@ MSG_R_AMD64_TLSGD "R_AMD64_TLSGD" 50@ MSG_R_AMD64_TLSLD "R_AMD64_TLSLD" 51@ MSG_R_AMD64_DTPOFF32 "R_AMD64_DTPOFF32" 52@ MSG_R_AMD64_GOTTPOFF "R_AMD64_GOTTPOFF" 53@ MSG_R_AMD64_TPOFF32 "R_AMD64_TPOFF32" 54@ MSG_R_AMD64_PC64 "R_AMD64_PC64" 55@ MSG_R_AMD64_GOTPC32 "R_AMD64_GOTPC32" 56@ MSG_R_AMD64_GOTOFF64 "R_AMD64_GOTOFF64" 57@ MSG_R_AMD64_GOT64 "R_AMD64_GOT64" 58@ MSG_R_AMD64_GOTPCREL64 "R_AMD64_GOTPCREL64" 59@ MSG_R_AMD64_GOTPC64 "R_AMD64_GOTPC64" 60@ MSG_R_AMD64_GOTPLT64 "R_AMD64_GOTPLT64" 61@ MSG_R_AMD64_PLTOFF64 "R_AMD64_PLTOFF64" 62