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 51618Srie# Common Development and Distribution License (the "License"). 61618Srie# 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# 211618Srie 221618Srie# 239085SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 241618Srie# Use is subject to license terms. 251618Srie# 260Sstevel@tonic-gate 27*9273SAli.Bahrami@Sun.COM@ MSG_PT_NULL "[ PT_NULL ]" # 0 28*9273SAli.Bahrami@Sun.COM@ MSG_PT_NULL_CF "PT_NULL" 29*9273SAli.Bahrami@Sun.COM@ MSG_PT_NULL_CFNP "NULL" 30*9273SAli.Bahrami@Sun.COM@ MSG_PT_NULL_NF "null" 31*9273SAli.Bahrami@Sun.COM@ MSG_PT_LOAD "[ PT_LOAD ]" # 1 32*9273SAli.Bahrami@Sun.COM@ MSG_PT_LOAD_CF "PT_LOAD" 33*9273SAli.Bahrami@Sun.COM@ MSG_PT_LOAD_CFNP "LOAD" 34*9273SAli.Bahrami@Sun.COM@ MSG_PT_LOAD_NF "load" 35*9273SAli.Bahrami@Sun.COM@ MSG_PT_DYNAMIC "[ PT_DYNAMIC ]" # 2 36*9273SAli.Bahrami@Sun.COM@ MSG_PT_DYNAMIC_DMP "DYN" 37*9273SAli.Bahrami@Sun.COM@ MSG_PT_DYNAMIC_CF "PT_DYNAMIC" 38*9273SAli.Bahrami@Sun.COM@ MSG_PT_DYNAMIC_CFNP "DYNAMIC" 39*9273SAli.Bahrami@Sun.COM@ MSG_PT_DYNAMIC_NF "dynamic" 40*9273SAli.Bahrami@Sun.COM@ MSG_PT_INTERP "[ PT_INTERP ]" # 3 41*9273SAli.Bahrami@Sun.COM@ MSG_PT_INTERP_CF "PT_INTERP" 42*9273SAli.Bahrami@Sun.COM@ MSG_PT_INTERP_CFNP "INTERP" 43*9273SAli.Bahrami@Sun.COM@ MSG_PT_INTERP_NF "interp" 44*9273SAli.Bahrami@Sun.COM@ MSG_PT_NOTE "[ PT_NOTE ]" # 4 45*9273SAli.Bahrami@Sun.COM@ MSG_PT_NOTE_CF "PT_NOTE" 46*9273SAli.Bahrami@Sun.COM@ MSG_PT_NOTE_CFNP "NOTE" 47*9273SAli.Bahrami@Sun.COM@ MSG_PT_NOTE_NF "note" 48*9273SAli.Bahrami@Sun.COM@ MSG_PT_SHLIB "[ PT_SHLIB ]" # 5 49*9273SAli.Bahrami@Sun.COM@ MSG_PT_SHLIB_CF "PT_SHLIB" 50*9273SAli.Bahrami@Sun.COM@ MSG_PT_SHLIB_CFNP "SHLIB" 51*9273SAli.Bahrami@Sun.COM@ MSG_PT_SHLIB_NF "shlib" 52*9273SAli.Bahrami@Sun.COM@ MSG_PT_PHDR "[ PT_PHDR ]" # 6 53*9273SAli.Bahrami@Sun.COM@ MSG_PT_PHDR_CF "PT_PHDR" 54*9273SAli.Bahrami@Sun.COM@ MSG_PT_PHDR_CFNP "PHDR" 55*9273SAli.Bahrami@Sun.COM@ MSG_PT_PHDR_NF "phdr" 56*9273SAli.Bahrami@Sun.COM@ MSG_PT_TLS "[ PT_TLS ]" # 7 57*9273SAli.Bahrami@Sun.COM@ MSG_PT_TLS_CF "PT_TLS" 58*9273SAli.Bahrami@Sun.COM@ MSG_PT_TLS_CFNP "TLS" 59*9273SAli.Bahrami@Sun.COM@ MSG_PT_TLS_NF "tls" 600Sstevel@tonic-gate 61*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_UNWIND "[ PT_SUNW_UNWIND ]" # 0x6464e550 62*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_UNWIND_CF "PT_SUNW_UNWIND" 63*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_UNWIND_CFNP "SUNW_UNWIND" 64*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_UNWIND_NF "sunw_unwind" 65*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_EH_FRAME "[ PT_SUNW_EH_FRAME ]" # 0x6474e550 66*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_EH_FRAME_CF "PT_SUNW_EH_FRAME" 67*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_EH_FRAME_CFNP "SUNW_EH_FRAME" 68*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNW_EH_FRAME_NF "sunw_eh_frame" 69*9273SAli.Bahrami@Sun.COM 70*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_EH_FRAME "[ PT_GNU_EH_FRAME ]" # 0x6474e550 71*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_EH_FRAME_CF "PT_GNU_EH_FRAME" 72*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_EH_FRAME_CFNP "GNU_EH_FRAME" 73*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_EH_FRAME_NF "gnu_eh_frame" 74*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_STACK "[ PT_GNU_STACK ]" # 0x6474e551 75*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_STACK_CF "PT_GNU_STACK" 76*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_STACK_CFNP "GNU_STACK" 77*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_STACK_NF "gnu_stack" 78*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_RELRO "[ PT_GNU_RELRO ]" # 0x6474e552 79*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_RELRO_CF "PT_GNU_RELRO" 80*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_RELRO_CFNP "GNU_RELRO" 81*9273SAli.Bahrami@Sun.COM@ MSG_PT_GNU_RELRO_NF "gnu_relro" 820Sstevel@tonic-gate 83*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWBSS "[ PT_SUNWBSS ]" # 0x6ffffffa 84*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWBSS_CF "PT_SUNWBSS" 85*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWBSS_CFNP "SUNWBSS" 86*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWBSS_NF "sunwbss" 87*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWSTACK "[ PT_SUNWSTACK ]" # 0x6ffffffb 88*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWSTACK_CF "PT_SUNWSTACK" 89*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWSTACK_CFNP "SUNWSTACK" 90*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWSTACK_NF "sunwstack" 91*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWDTRACE "[ PT_SUNWDTRACE ]" # 0x6ffffffc 92*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWDTRACE_CF "PT_SUNWDTRACE" 93*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWDTRACE_CFNP "SUNWDTRACE" 94*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWDTRACE_NF "sunwdtrace" 95*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWCAP "[ PT_SUNWCAP ]" # 0x6ffffffd 96*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWCAP_CF "PT_SUNWCAP" 97*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWCAP_CFNP "SUNWCAP" 98*9273SAli.Bahrami@Sun.COM@ MSG_PT_SUNWCAP_NF "sunwcap" 990Sstevel@tonic-gate 100*9273SAli.Bahrami@Sun.COM@ MSG_PF_X_CF "PF_X" # 0x1 101*9273SAli.Bahrami@Sun.COM@ MSG_PF_X_NF "x" 102*9273SAli.Bahrami@Sun.COM@ MSG_PF_W_CF "PF_W" # 0x2 103*9273SAli.Bahrami@Sun.COM@ MSG_PF_W_NF "w" 104*9273SAli.Bahrami@Sun.COM@ MSG_PF_R_CF "PF_R" # 0x4 105*9273SAli.Bahrami@Sun.COM@ MSG_PF_R_NF "r" 106*9273SAli.Bahrami@Sun.COM@ MSG_PF_SUNW_FAILURE_CF "PF_SUNW_FAILURE" # 0x00100000 107*9273SAli.Bahrami@Sun.COM@ MSG_PF_SUNW_FAILURE_NF "sunw_failure" 1080Sstevel@tonic-gate 1090Sstevel@tonic-gate@ MSG_GBL_ZERO "0" 110