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 227c478bd9Sstevel@tonic-gate# 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" 27552ff457Srie# 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gate@ MSG_R_386_NONE "R_386_NONE" 307c478bd9Sstevel@tonic-gate@ MSG_R_386_32 "R_386_32" 317c478bd9Sstevel@tonic-gate@ MSG_R_386_PC32 "R_386_PC32" 327c478bd9Sstevel@tonic-gate@ MSG_R_386_GOT32 "R_386_GOT32" 337c478bd9Sstevel@tonic-gate@ MSG_R_386_PLT32 "R_386_PLT32" 347c478bd9Sstevel@tonic-gate@ MSG_R_386_COPY "R_386_COPY" 357c478bd9Sstevel@tonic-gate@ MSG_R_386_GLOB_DAT "R_386_GLOB_DAT" 367c478bd9Sstevel@tonic-gate@ MSG_R_386_JMP_SLOT "R_386_JMP_SLOT" 377c478bd9Sstevel@tonic-gate@ MSG_R_386_RELATIVE "R_386_RELATIVE" 387c478bd9Sstevel@tonic-gate@ MSG_R_386_GOTOFF "R_386_GOTOFF" 397c478bd9Sstevel@tonic-gate@ MSG_R_386_GOTPC "R_386_GOTPC" 407c478bd9Sstevel@tonic-gate@ MSG_R_386_32PLT "R_386_32PLT" 417c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_GD_PLT "R_386_TLS_GD_PLT" 427c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_LDM_PLT "R_386_TLS_LDM_PLT" 437c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_TPOFF "R_386_TLS_TPOFF" 447c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_IE "R_386_TLS_IE" 457c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_GOTIE "R_386_TLS_GOTIE" 467c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_LE "R_386_TLS_LE" 477c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_GD "R_386_TLS_GD" 487c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_LDM "R_386_TLS_LDM" 497c478bd9Sstevel@tonic-gate@ MSG_R_386_16 "R_386_16" 507c478bd9Sstevel@tonic-gate@ MSG_R_386_PC16 "R_386_PC16" 517c478bd9Sstevel@tonic-gate@ MSG_R_386_8 "R_386_8" 527c478bd9Sstevel@tonic-gate@ MSG_R_386_PC8 "R_386_PC8" 537c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN24 "R_386_UNKNOWN24" 547c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN25 "R_386_UNKNOWN25" 557c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN26 "R_386_UNKNOWN26" 567c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN27 "R_386_UNKNOWN27" 577c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN28 "R_386_UNKNOWN28" 587c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN29 "R_386_UNKNOWN29" 597c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN30 "R_386_UNKNOWN30" 607c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN31 "R_386_UNKNOWN31" 617c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_LDO_32 "R_386_TLS_LDO_32" 627c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN33 "R_386_UNKNOWN33" 637c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN34 "R_386_UNKNOWN34" 647c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_DTPMOD32 "R_386_TLS_DTPMOD32" 657c478bd9Sstevel@tonic-gate@ MSG_R_386_TLS_DTPOFF32 "R_386_TLS_DTPOFF32" 667c478bd9Sstevel@tonic-gate@ MSG_R_386_UNKNOWN37 "R_386_UNKNOWN37" 67*2926dd2eSrie@ MSG_R_386_SIZE32 "R_386_SIZE32" 68