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.
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.
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]
23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
28 # Call Frame Information op codes
30 @ MSG_DW_CFA_ADVANCE_LOC "DW_CFA_advance_loc"
31 @ MSG_DW_CFA_ADVANCE_LOC_1 "DW_CFA_advance_loc_1"
32 @ MSG_DW_CFA_ADVANCE_LOC_2 "DW_CFA_advance_loc_2"
33 @ MSG_DW_CFA_ADVANCE_LOC_4 "DW_CFA_advance_loc_4"
34 @ MSG_DW_CFA_DEF_CFA "DW_CFA_def_cfa"
35 @ MSG_DW_CFA_DEF_CFA_EXPRESSION "DW_CFA_def_cfa_expression"
36 @ MSG_DW_CFA_DEF_CFA_OFFSET "DW_CFA_def_cfa_offset"
37 @ MSG_DW_CFA_DEF_CFA_OFFSET_SF "DW_CFA_def_cfa_offset_sf"
38 @ MSG_DW_CFA_DEF_CFA_REGISTER "DW_CFA_def_cfa_register"
39 @ MSG_DW_CFA_DEF_CFA_SF "DW_CFA_def_cfa_sf"
40 @ MSG_DW_CFA_EXPRESSION "DW_CFA_expression"
41 @ MSG_DW_CFA_GNU_ARGS_SIZE "DW_CFA_GNU_args_size"
42 @ MSG_DW_CFA_GNU_NEGATIVE_OFF_X "DW_CFA_GNU_negative_offset_extended"
43 @ MSG_DW_CFA_GNU_WINDOW_SAVE "DW_CFA_GNU_window_save"
44 @ MSG_DW_CFA_MIPS_ADV_LOC8 "DW_CFA_MIPS_advance_loc8"
45 @ MSG_DW_CFA_NOP "DW_CFA_nop"
46 @ MSG_DW_CFA_OFFSET "DW_CFA_offset"
47 @ MSG_DW_CFA_OFFSET_EXTENDED "DW_CFA_offset_extended"
48 @ MSG_DW_CFA_OFFSET_EXTENDED_SF "DW_CFA_offset_extended_sf"
49 @ MSG_DW_CFA_REGISTER "DW_CFA_register"
50 @ MSG_DW_CFA_REMEMBER_STATE "DW_CFA_remember_state"
51 @ MSG_DW_CFA_RESTORE_STATE "DW_CFA_restore_state"
52 @ MSG_DW_CFA_RESTORE "DW_CFA_restore"
53 @ MSG_DW_CFA_RESTORE_EXTENDED "DW_CFA_restore_extended"
54 @ MSG_DW_CFA_SAME_VALUE "DW_CFA_same_value"
55 @ MSG_DW_CFA_SET_LOC "DW_CFA_set_loc"
56 @ MSG_DW_CFA_UNDEFINED "DW_CFA_undefined"
57 @ MSG_DW_CFA_VAL_EXPRESSION "DW_CFA_val_expression"
58 @ MSG_DW_CFA_VAL_OFFSET "DW_CFA_val_offset"
59 @ MSG_DW_CFA_VAL_OFFSET_SF "DW_CFA_val_offset_sf"
62 # Names for registers on various machines
135 @ MSG_REG_PERCS "%%cs"
136 @ MSG_REG_PERDS "%%ds"
137 @ MSG_REG_PERES "%%es"
138 @ MSG_REG_PERFCW "%%fcw"
139 @ MSG_REG_PERFSW "%%fsw"
140 @ MSG_REG_PERFS "%%fs"
141 @ MSG_REG_PERFSDOTBASE "%%fs.base"
142 @ MSG_REG_PERGS "%%gs"
143 @ MSG_REG_PERGSDOTBASE "%%gs.base"
144 @ MSG_REG_PERLDTR "%%ldtr"
145 @ MSG_REG_PERMM0 "%%mm0"
146 @ MSG_REG_PERMM1 "%%mm1"
147 @ MSG_REG_PERMM2 "%%mm2"
148 @ MSG_REG_PERMM3 "%%mm3"
149 @ MSG_REG_PERMM4 "%%mm4"
150 @ MSG_REG_PERMM5 "%%mm5"
151 @ MSG_REG_PERMM6 "%%mm6"
152 @ MSG_REG_PERMM7 "%%mm7"
153 @ MSG_REG_PERMXCSR "%%mxcsr"
154 @ MSG_REG_PERRFLAGS "%%rFLAGS"
155 @ MSG_REG_PERSS "%%ss"
156 @ MSG_REG_PERST0 "%%st0"
157 @ MSG_REG_PERST1 "%%st1"
158 @ MSG_REG_PERST2 "%%st2"
159 @ MSG_REG_PERST3 "%%st3"
160 @ MSG_REG_PERST4 "%%st4"
161 @ MSG_REG_PERST5 "%%st5"
162 @ MSG_REG_PERST6 "%%st6"
163 @ MSG_REG_PERST7 "%%st7"
164 @ MSG_REG_PERTR "%%tr"
165 @ MSG_REG_PERXMM0 "%%xmm0"
166 @ MSG_REG_PERXMM1 "%%xmm1"
167 @ MSG_REG_PERXMM2 "%%xmm2"
168 @ MSG_REG_PERXMM3 "%%xmm3"
169 @ MSG_REG_PERXMM4 "%%xmm4"
170 @ MSG_REG_PERXMM5 "%%xmm5"
171 @ MSG_REG_PERXMM6 "%%xmm6"
172 @ MSG_REG_PERXMM7 "%%xmm7"
173 @ MSG_REG_PERXMM8 "%%xmm8"
174 @ MSG_REG_PERXMM9 "%%xmm9"
175 @ MSG_REG_PERXMM10 "%%xmm10"
176 @ MSG_REG_PERXMM11 "%%xmm11"
177 @ MSG_REG_PERXMM12 "%%xmm12"
178 @ MSG_REG_PERXMM13 "%%xmm13"
179 @ MSG_REG_PERXMM14 "%%xmm14"
180 @ MSG_REG_PERXMM15 "%%xmm15"
196 @ MSG_REG_RESERVED "reserved"
199 @ MSG_REG_UESP "uesp"
202 @ MSG_GBL_OSQBRKT "["
203 @ MSG_GBL_CSQBRKT "]"