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 (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27@ MSG_PT_NULL "[ PT_NULL ]" # 0 28@ MSG_PT_NULL_CF "PT_NULL" 29@ MSG_PT_NULL_CFNP "NULL" 30@ MSG_PT_NULL_NF "null" 31@ MSG_PT_LOAD "[ PT_LOAD ]" # 1 32@ MSG_PT_LOAD_CF "PT_LOAD" 33@ MSG_PT_LOAD_CFNP "LOAD" 34@ MSG_PT_LOAD_NF "load" 35@ MSG_PT_DYNAMIC "[ PT_DYNAMIC ]" # 2 36@ MSG_PT_DYNAMIC_DMP "DYN" 37@ MSG_PT_DYNAMIC_CF "PT_DYNAMIC" 38@ MSG_PT_DYNAMIC_CFNP "DYNAMIC" 39@ MSG_PT_DYNAMIC_NF "dynamic" 40@ MSG_PT_INTERP "[ PT_INTERP ]" # 3 41@ MSG_PT_INTERP_CF "PT_INTERP" 42@ MSG_PT_INTERP_CFNP "INTERP" 43@ MSG_PT_INTERP_NF "interp" 44@ MSG_PT_NOTE "[ PT_NOTE ]" # 4 45@ MSG_PT_NOTE_CF "PT_NOTE" 46@ MSG_PT_NOTE_CFNP "NOTE" 47@ MSG_PT_NOTE_NF "note" 48@ MSG_PT_SHLIB "[ PT_SHLIB ]" # 5 49@ MSG_PT_SHLIB_CF "PT_SHLIB" 50@ MSG_PT_SHLIB_CFNP "SHLIB" 51@ MSG_PT_SHLIB_NF "shlib" 52@ MSG_PT_PHDR "[ PT_PHDR ]" # 6 53@ MSG_PT_PHDR_CF "PT_PHDR" 54@ MSG_PT_PHDR_CFNP "PHDR" 55@ MSG_PT_PHDR_NF "phdr" 56@ MSG_PT_TLS "[ PT_TLS ]" # 7 57@ MSG_PT_TLS_CF "PT_TLS" 58@ MSG_PT_TLS_CFNP "TLS" 59@ MSG_PT_TLS_NF "tls" 60 61@ MSG_PT_SUNW_UNWIND "[ PT_SUNW_UNWIND ]" # 0x6464e550 62@ MSG_PT_SUNW_UNWIND_CF "PT_SUNW_UNWIND" 63@ MSG_PT_SUNW_UNWIND_CFNP "SUNW_UNWIND" 64@ MSG_PT_SUNW_UNWIND_NF "sunw_unwind" 65@ MSG_PT_SUNW_EH_FRAME "[ PT_SUNW_EH_FRAME ]" # 0x6474e550 66@ MSG_PT_SUNW_EH_FRAME_CF "PT_SUNW_EH_FRAME" 67@ MSG_PT_SUNW_EH_FRAME_CFNP "SUNW_EH_FRAME" 68@ MSG_PT_SUNW_EH_FRAME_NF "sunw_eh_frame" 69 70@ MSG_PT_GNU_EH_FRAME "[ PT_GNU_EH_FRAME ]" # 0x6474e550 71@ MSG_PT_GNU_EH_FRAME_CF "PT_GNU_EH_FRAME" 72@ MSG_PT_GNU_EH_FRAME_CFNP "GNU_EH_FRAME" 73@ MSG_PT_GNU_EH_FRAME_NF "gnu_eh_frame" 74@ MSG_PT_GNU_STACK "[ PT_GNU_STACK ]" # 0x6474e551 75@ MSG_PT_GNU_STACK_CF "PT_GNU_STACK" 76@ MSG_PT_GNU_STACK_CFNP "GNU_STACK" 77@ MSG_PT_GNU_STACK_NF "gnu_stack" 78@ MSG_PT_GNU_RELRO "[ PT_GNU_RELRO ]" # 0x6474e552 79@ MSG_PT_GNU_RELRO_CF "PT_GNU_RELRO" 80@ MSG_PT_GNU_RELRO_CFNP "GNU_RELRO" 81@ MSG_PT_GNU_RELRO_NF "gnu_relro" 82 83@ MSG_PT_SUNWBSS "[ PT_SUNWBSS ]" # 0x6ffffffa 84@ MSG_PT_SUNWBSS_CF "PT_SUNWBSS" 85@ MSG_PT_SUNWBSS_CFNP "SUNWBSS" 86@ MSG_PT_SUNWBSS_NF "sunwbss" 87@ MSG_PT_SUNWSTACK "[ PT_SUNWSTACK ]" # 0x6ffffffb 88@ MSG_PT_SUNWSTACK_CF "PT_SUNWSTACK" 89@ MSG_PT_SUNWSTACK_CFNP "SUNWSTACK" 90@ MSG_PT_SUNWSTACK_NF "sunwstack" 91@ MSG_PT_SUNWDTRACE "[ PT_SUNWDTRACE ]" # 0x6ffffffc 92@ MSG_PT_SUNWDTRACE_CF "PT_SUNWDTRACE" 93@ MSG_PT_SUNWDTRACE_CFNP "SUNWDTRACE" 94@ MSG_PT_SUNWDTRACE_NF "sunwdtrace" 95@ MSG_PT_SUNWCAP "[ PT_SUNWCAP ]" # 0x6ffffffd 96@ MSG_PT_SUNWCAP_CF "PT_SUNWCAP" 97@ MSG_PT_SUNWCAP_CFNP "SUNWCAP" 98@ MSG_PT_SUNWCAP_NF "sunwcap" 99 100@ MSG_PF_X_CF "PF_X" # 0x1 101@ MSG_PF_X_NF "x" 102@ MSG_PF_W_CF "PF_W" # 0x2 103@ MSG_PF_W_NF "w" 104@ MSG_PF_R_CF "PF_R" # 0x4 105@ MSG_PF_R_NF "r" 106@ MSG_PF_SUNW_FAILURE_CF "PF_SUNW_FAILURE" # 0x00100000 107@ MSG_PF_SUNW_FAILURE_NF "sunw_failure" 108@ MSG_PF_SUNW_KILLED_CF "PF_SUNW_KILLED" # 0x00200000 109@ MSG_PF_SUNW_KILLED_NF "sunw_killed" 110@ MSG_PF_SUNW_SIGINFO_CF "PF_SUNW_SIGINFO" # 0x00400000 111@ MSG_PF_SUNW_SIGINFO_NF "sunw_siginfo" 112 113@ MSG_GBL_ZERO "0" 114