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 55aefb655Srie# Common Development and Distribution License (the "License"). 65aefb655Srie# 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# 215aefb655Srie 225aefb655Srie# 237e16fca0SAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 245aefb655Srie# Use is subject to license terms. 255aefb655Srie# 267c478bd9Sstevel@tonic-gate 274f680cc6SAli Bahrami@ MSG_PT_NULL "[ PT_NULL ]" # 0 284f680cc6SAli Bahrami@ MSG_PT_NULL_CF "PT_NULL" 294f680cc6SAli Bahrami@ MSG_PT_NULL_CFNP "NULL" 304f680cc6SAli Bahrami@ MSG_PT_NULL_NF "null" 314f680cc6SAli Bahrami@ MSG_PT_LOAD "[ PT_LOAD ]" # 1 324f680cc6SAli Bahrami@ MSG_PT_LOAD_CF "PT_LOAD" 334f680cc6SAli Bahrami@ MSG_PT_LOAD_CFNP "LOAD" 344f680cc6SAli Bahrami@ MSG_PT_LOAD_NF "load" 354f680cc6SAli Bahrami@ MSG_PT_DYNAMIC "[ PT_DYNAMIC ]" # 2 364f680cc6SAli Bahrami@ MSG_PT_DYNAMIC_DMP "DYN" 374f680cc6SAli Bahrami@ MSG_PT_DYNAMIC_CF "PT_DYNAMIC" 384f680cc6SAli Bahrami@ MSG_PT_DYNAMIC_CFNP "DYNAMIC" 394f680cc6SAli Bahrami@ MSG_PT_DYNAMIC_NF "dynamic" 404f680cc6SAli Bahrami@ MSG_PT_INTERP "[ PT_INTERP ]" # 3 414f680cc6SAli Bahrami@ MSG_PT_INTERP_CF "PT_INTERP" 424f680cc6SAli Bahrami@ MSG_PT_INTERP_CFNP "INTERP" 434f680cc6SAli Bahrami@ MSG_PT_INTERP_NF "interp" 444f680cc6SAli Bahrami@ MSG_PT_NOTE "[ PT_NOTE ]" # 4 454f680cc6SAli Bahrami@ MSG_PT_NOTE_CF "PT_NOTE" 464f680cc6SAli Bahrami@ MSG_PT_NOTE_CFNP "NOTE" 474f680cc6SAli Bahrami@ MSG_PT_NOTE_NF "note" 484f680cc6SAli Bahrami@ MSG_PT_SHLIB "[ PT_SHLIB ]" # 5 494f680cc6SAli Bahrami@ MSG_PT_SHLIB_CF "PT_SHLIB" 504f680cc6SAli Bahrami@ MSG_PT_SHLIB_CFNP "SHLIB" 514f680cc6SAli Bahrami@ MSG_PT_SHLIB_NF "shlib" 524f680cc6SAli Bahrami@ MSG_PT_PHDR "[ PT_PHDR ]" # 6 534f680cc6SAli Bahrami@ MSG_PT_PHDR_CF "PT_PHDR" 544f680cc6SAli Bahrami@ MSG_PT_PHDR_CFNP "PHDR" 554f680cc6SAli Bahrami@ MSG_PT_PHDR_NF "phdr" 564f680cc6SAli Bahrami@ MSG_PT_TLS "[ PT_TLS ]" # 7 574f680cc6SAli Bahrami@ MSG_PT_TLS_CF "PT_TLS" 584f680cc6SAli Bahrami@ MSG_PT_TLS_CFNP "TLS" 594f680cc6SAli Bahrami@ MSG_PT_TLS_NF "tls" 607c478bd9Sstevel@tonic-gate 614f680cc6SAli Bahrami@ MSG_PT_SUNW_UNWIND "[ PT_SUNW_UNWIND ]" # 0x6464e550 624f680cc6SAli Bahrami@ MSG_PT_SUNW_UNWIND_CF "PT_SUNW_UNWIND" 634f680cc6SAli Bahrami@ MSG_PT_SUNW_UNWIND_CFNP "SUNW_UNWIND" 644f680cc6SAli Bahrami@ MSG_PT_SUNW_UNWIND_NF "sunw_unwind" 654f680cc6SAli Bahrami@ MSG_PT_SUNW_EH_FRAME "[ PT_SUNW_EH_FRAME ]" # 0x6474e550 664f680cc6SAli Bahrami@ MSG_PT_SUNW_EH_FRAME_CF "PT_SUNW_EH_FRAME" 674f680cc6SAli Bahrami@ MSG_PT_SUNW_EH_FRAME_CFNP "SUNW_EH_FRAME" 684f680cc6SAli Bahrami@ MSG_PT_SUNW_EH_FRAME_NF "sunw_eh_frame" 697c478bd9Sstevel@tonic-gate 704f680cc6SAli Bahrami@ MSG_PT_GNU_EH_FRAME "[ PT_GNU_EH_FRAME ]" # 0x6474e550 714f680cc6SAli Bahrami@ MSG_PT_GNU_EH_FRAME_CF "PT_GNU_EH_FRAME" 724f680cc6SAli Bahrami@ MSG_PT_GNU_EH_FRAME_CFNP "GNU_EH_FRAME" 734f680cc6SAli Bahrami@ MSG_PT_GNU_EH_FRAME_NF "gnu_eh_frame" 744f680cc6SAli Bahrami@ MSG_PT_GNU_STACK "[ PT_GNU_STACK ]" # 0x6474e551 754f680cc6SAli Bahrami@ MSG_PT_GNU_STACK_CF "PT_GNU_STACK" 764f680cc6SAli Bahrami@ MSG_PT_GNU_STACK_CFNP "GNU_STACK" 774f680cc6SAli Bahrami@ MSG_PT_GNU_STACK_NF "gnu_stack" 784f680cc6SAli Bahrami@ MSG_PT_GNU_RELRO "[ PT_GNU_RELRO ]" # 0x6474e552 794f680cc6SAli Bahrami@ MSG_PT_GNU_RELRO_CF "PT_GNU_RELRO" 804f680cc6SAli Bahrami@ MSG_PT_GNU_RELRO_CFNP "GNU_RELRO" 814f680cc6SAli Bahrami@ MSG_PT_GNU_RELRO_NF "gnu_relro" 827c478bd9Sstevel@tonic-gate 834f680cc6SAli Bahrami@ MSG_PT_SUNWBSS "[ PT_SUNWBSS ]" # 0x6ffffffa 844f680cc6SAli Bahrami@ MSG_PT_SUNWBSS_CF "PT_SUNWBSS" 854f680cc6SAli Bahrami@ MSG_PT_SUNWBSS_CFNP "SUNWBSS" 864f680cc6SAli Bahrami@ MSG_PT_SUNWBSS_NF "sunwbss" 874f680cc6SAli Bahrami@ MSG_PT_SUNWSTACK "[ PT_SUNWSTACK ]" # 0x6ffffffb 884f680cc6SAli Bahrami@ MSG_PT_SUNWSTACK_CF "PT_SUNWSTACK" 894f680cc6SAli Bahrami@ MSG_PT_SUNWSTACK_CFNP "SUNWSTACK" 904f680cc6SAli Bahrami@ MSG_PT_SUNWSTACK_NF "sunwstack" 914f680cc6SAli Bahrami@ MSG_PT_SUNWDTRACE "[ PT_SUNWDTRACE ]" # 0x6ffffffc 924f680cc6SAli Bahrami@ MSG_PT_SUNWDTRACE_CF "PT_SUNWDTRACE" 934f680cc6SAli Bahrami@ MSG_PT_SUNWDTRACE_CFNP "SUNWDTRACE" 944f680cc6SAli Bahrami@ MSG_PT_SUNWDTRACE_NF "sunwdtrace" 954f680cc6SAli Bahrami@ MSG_PT_SUNWCAP "[ PT_SUNWCAP ]" # 0x6ffffffd 964f680cc6SAli Bahrami@ MSG_PT_SUNWCAP_CF "PT_SUNWCAP" 974f680cc6SAli Bahrami@ MSG_PT_SUNWCAP_CFNP "SUNWCAP" 984f680cc6SAli Bahrami@ MSG_PT_SUNWCAP_NF "sunwcap" 994f680cc6SAli Bahrami 1004f680cc6SAli Bahrami@ MSG_PF_X_CF "PF_X" # 0x1 1014f680cc6SAli Bahrami@ MSG_PF_X_NF "x" 1024f680cc6SAli Bahrami@ MSG_PF_W_CF "PF_W" # 0x2 1034f680cc6SAli Bahrami@ MSG_PF_W_NF "w" 1044f680cc6SAli Bahrami@ MSG_PF_R_CF "PF_R" # 0x4 1054f680cc6SAli Bahrami@ MSG_PF_R_NF "r" 1064f680cc6SAli Bahrami@ MSG_PF_SUNW_FAILURE_CF "PF_SUNW_FAILURE" # 0x00100000 1074f680cc6SAli Bahrami@ MSG_PF_SUNW_FAILURE_NF "sunw_failure" 108*f971a346SBryan Cantrill@ MSG_PF_SUNW_KILLED_CF "PF_SUNW_KILLED" # 0x00200000 109*f971a346SBryan Cantrill@ MSG_PF_SUNW_KILLED_NF "sunw_killed" 110*f971a346SBryan Cantrill@ MSG_PF_SUNW_SIGINFO_CF "PF_SUNW_SIGINFO" # 0x00400000 111*f971a346SBryan Cantrill@ MSG_PF_SUNW_SIGINFO_NF "sunw_siginfo" 1127c478bd9Sstevel@tonic-gate 1137c478bd9Sstevel@tonic-gate@ MSG_GBL_ZERO "0" 114