1 #ifndef	_DL_MSG_DOT_H
2 #define	_DL_MSG_DOT_H
3 
4 #include <sgsmsg.h>	/* Msg typedef */
5 
6 #ifndef	__lint
7 
8 #define	MSG_SGS_LOCAL_ARRAY	__sgs_msg_libconv_dl
9 
10 extern	const char	__sgs_msg_libconv_dl[];
11 
12 #define	MSG_ORIG_STRTAB(_x, _s)	&_s[_x]
13 
14 #define	MSG_ORIG(x)	MSG_ORIG_STRTAB(x, __sgs_msg_libconv_dl)
15 
16 extern	const char *	_sgs_msg_libconv_dl(Msg);
17 
18 #define	MSG_INTL(x)	_sgs_msg_libconv_dl(x)
19 
20 
21 #define	MSG_RTLD_LAZY	1
22 #define	MSG_RTLD_LAZY_SIZE	9
23 
24 #define	MSG_RTLD_NOW	11
25 #define	MSG_RTLD_NOW_SIZE	8
26 
27 #define	MSG_RTLD_GLOBAL	20
28 #define	MSG_RTLD_GLOBAL_SIZE	11
29 
30 #define	MSG_RTLD_LOCAL	32
31 #define	MSG_RTLD_LOCAL_SIZE	10
32 
33 #define	MSG_RTLD_PARENT	43
34 #define	MSG_RTLD_PARENT_SIZE	11
35 
36 #define	MSG_RTLD_GROUP	55
37 #define	MSG_RTLD_GROUP_SIZE	10
38 
39 #define	MSG_RTLD_WORLD	66
40 #define	MSG_RTLD_WORLD_SIZE	10
41 
42 #define	MSG_RTLD_NODELETE	77
43 #define	MSG_RTLD_NODELETE_SIZE	13
44 
45 #define	MSG_RTLD_NOLOAD	91
46 #define	MSG_RTLD_NOLOAD_SIZE	11
47 
48 #define	MSG_RTLD_FIRST	103
49 #define	MSG_RTLD_FIRST_SIZE	10
50 
51 #define	MSG_RTLD_CONFGEN	114
52 #define	MSG_RTLD_CONFGEN_SIZE	12
53 
54 #define	MSG_RTLD_REL_RELATIVE	127
55 #define	MSG_RTLD_REL_RELATIVE_SIZE	17
56 
57 #define	MSG_RTLD_REL_EXEC	145
58 #define	MSG_RTLD_REL_EXEC_SIZE	13
59 
60 #define	MSG_RTLD_REL_DEPENDS	159
61 #define	MSG_RTLD_REL_DEPENDS_SIZE	16
62 
63 #define	MSG_RTLD_REL_PRELOAD	176
64 #define	MSG_RTLD_REL_PRELOAD_SIZE	16
65 
66 #define	MSG_RTLD_REL_SELF	193
67 #define	MSG_RTLD_REL_SELF_SIZE	13
68 
69 #define	MSG_RTLD_REL_WEAK	207
70 #define	MSG_RTLD_REL_WEAK_SIZE	13
71 
72 #define	MSG_RTLD_REL_ALL	221
73 #define	MSG_RTLD_REL_ALL_SIZE	12
74 
75 #define	MSG_RTLD_MEMORY	234
76 #define	MSG_RTLD_MEMORY_SIZE	11
77 
78 #define	MSG_RTLD_STRIP	246
79 #define	MSG_RTLD_STRIP_SIZE	10
80 
81 #define	MSG_RTLD_NOHEAP	257
82 #define	MSG_RTLD_NOHEAP_SIZE	11
83 
84 #define	MSG_RTLD_CONFSET	269
85 #define	MSG_RTLD_CONFSET_SIZE	12
86 
87 #define	MSG_RTLD_DI_LMID	282
88 #define	MSG_RTLD_DI_LMID_SIZE	12
89 
90 #define	MSG_RTLD_DI_LINKMAP	295
91 #define	MSG_RTLD_DI_LINKMAP_SIZE	15
92 
93 #define	MSG_RTLD_DI_CONFIGADDR	311
94 #define	MSG_RTLD_DI_CONFIGADDR_SIZE	18
95 
96 #define	MSG_RTLD_DI_SERINFO	330
97 #define	MSG_RTLD_DI_SERINFO_SIZE	15
98 
99 #define	MSG_RTLD_DI_SERINFOSIZE	346
100 #define	MSG_RTLD_DI_SERINFOSIZE_SIZE	19
101 
102 #define	MSG_RTLD_DI_ORIGIN	366
103 #define	MSG_RTLD_DI_ORIGIN_SIZE	14
104 
105 #define	MSG_RTLD_DI_PROFILENAME	381
106 #define	MSG_RTLD_DI_PROFILENAME_SIZE	19
107 
108 #define	MSG_RTLD_DI_PROFILEOUT	401
109 #define	MSG_RTLD_DI_PROFILEOUT_SIZE	18
110 
111 #define	MSG_RTLD_DI_GETSIGNAL	420
112 #define	MSG_RTLD_DI_GETSIGNAL_SIZE	17
113 
114 #define	MSG_RTLD_DI_SETSIGNAL	438
115 #define	MSG_RTLD_DI_SETSIGNAL_SIZE	17
116 
117 #define	MSG_RTLD_DI_ARGSINFO	456
118 #define	MSG_RTLD_DI_ARGSINFO_SIZE	16
119 
120 #define	MSG_RTLD_DI_MMAPS	473
121 #define	MSG_RTLD_DI_MMAPS_SIZE	13
122 
123 #define	MSG_RTLD_DI_MMAPCNT	487
124 #define	MSG_RTLD_DI_MMAPCNT_SIZE	15
125 
126 #define	MSG_RTLD_DI_DEFERRED	503
127 #define	MSG_RTLD_DI_DEFERRED_SIZE	16
128 
129 #define	MSG_RTLD_DI_DEFERRED_SYM	520
130 #define	MSG_RTLD_DI_DEFERRED_SYM_SIZE	20
131 
132 #define	MSG_GBL_SEP	541
133 #define	MSG_GBL_SEP_SIZE	3
134 
135 #define	MSG_GBL_QUOTE	545
136 #define	MSG_GBL_QUOTE_SIZE	1
137 
138 #define	MSG_GBL_ZERO	547
139 #define	MSG_GBL_ZERO_SIZE	1
140 
141 #else	/* __lint */
142 
143 extern	const char *	_sgs_msg_libconv_dl(Msg);
144 
145 #ifndef MSG_SGS_LOCAL_ARRAY
146 #define	MSG_SGS_LOCAL_ARRAY	""
147 #endif
148 
149 extern	const char	__sgs_msg_libconv_dl[];
150 
151 #define MSG_ORIG_STRTAB(_x, _s)	_x
152 #define MSG_ORIG(x)	x
153 #define MSG_INTL(x)	x
154 
155 #ifndef LINTSUP_SUPPRESS_STRINGS
156 
157 #define	MSG_RTLD_LAZY	"RTLD_LAZY"
158 #define	MSG_RTLD_LAZY_SIZE	9
159 
160 #define	MSG_RTLD_NOW	"RTLD_NOW"
161 #define	MSG_RTLD_NOW_SIZE	8
162 
163 #define	MSG_RTLD_GLOBAL	"RTLD_GLOBAL"
164 #define	MSG_RTLD_GLOBAL_SIZE	11
165 
166 #define	MSG_RTLD_LOCAL	"RTLD_LOCAL"
167 #define	MSG_RTLD_LOCAL_SIZE	10
168 
169 #define	MSG_RTLD_PARENT	"RTLD_PARENT"
170 #define	MSG_RTLD_PARENT_SIZE	11
171 
172 #define	MSG_RTLD_GROUP	"RTLD_GROUP"
173 #define	MSG_RTLD_GROUP_SIZE	10
174 
175 #define	MSG_RTLD_WORLD	"RTLD_WORLD"
176 #define	MSG_RTLD_WORLD_SIZE	10
177 
178 #define	MSG_RTLD_NODELETE	"RTLD_NODELETE"
179 #define	MSG_RTLD_NODELETE_SIZE	13
180 
181 #define	MSG_RTLD_NOLOAD	"RTLD_NOLOAD"
182 #define	MSG_RTLD_NOLOAD_SIZE	11
183 
184 #define	MSG_RTLD_FIRST	"RTLD_FIRST"
185 #define	MSG_RTLD_FIRST_SIZE	10
186 
187 #define	MSG_RTLD_CONFGEN	"RTLD_CONFGEN"
188 #define	MSG_RTLD_CONFGEN_SIZE	12
189 
190 #define	MSG_RTLD_REL_RELATIVE	"RTLD_REL_RELATIVE"
191 #define	MSG_RTLD_REL_RELATIVE_SIZE	17
192 
193 #define	MSG_RTLD_REL_EXEC	"RTLD_REL_EXEC"
194 #define	MSG_RTLD_REL_EXEC_SIZE	13
195 
196 #define	MSG_RTLD_REL_DEPENDS	"RTLD_REL_DEPENDS"
197 #define	MSG_RTLD_REL_DEPENDS_SIZE	16
198 
199 #define	MSG_RTLD_REL_PRELOAD	"RTLD_REL_PRELOAD"
200 #define	MSG_RTLD_REL_PRELOAD_SIZE	16
201 
202 #define	MSG_RTLD_REL_SELF	"RTLD_REL_SELF"
203 #define	MSG_RTLD_REL_SELF_SIZE	13
204 
205 #define	MSG_RTLD_REL_WEAK	"RTLD_REL_WEAK"
206 #define	MSG_RTLD_REL_WEAK_SIZE	13
207 
208 #define	MSG_RTLD_REL_ALL	"RTLD_REL_ALL"
209 #define	MSG_RTLD_REL_ALL_SIZE	12
210 
211 #define	MSG_RTLD_MEMORY	"RTLD_MEMORY"
212 #define	MSG_RTLD_MEMORY_SIZE	11
213 
214 #define	MSG_RTLD_STRIP	"RTLD_STRIP"
215 #define	MSG_RTLD_STRIP_SIZE	10
216 
217 #define	MSG_RTLD_NOHEAP	"RTLD_NOHEAP"
218 #define	MSG_RTLD_NOHEAP_SIZE	11
219 
220 #define	MSG_RTLD_CONFSET	"RTLD_CONFSET"
221 #define	MSG_RTLD_CONFSET_SIZE	12
222 
223 #define	MSG_RTLD_DI_LMID	"RTLD_DI_LMID"
224 #define	MSG_RTLD_DI_LMID_SIZE	12
225 
226 #define	MSG_RTLD_DI_LINKMAP	"RTLD_DI_LINKMAP"
227 #define	MSG_RTLD_DI_LINKMAP_SIZE	15
228 
229 #define	MSG_RTLD_DI_CONFIGADDR	"RTLD_DI_CONFIGADDR"
230 #define	MSG_RTLD_DI_CONFIGADDR_SIZE	18
231 
232 #define	MSG_RTLD_DI_SERINFO	"RTLD_DI_SERINFO"
233 #define	MSG_RTLD_DI_SERINFO_SIZE	15
234 
235 #define	MSG_RTLD_DI_SERINFOSIZE	"RTLD_DI_SERINFOSIZE"
236 #define	MSG_RTLD_DI_SERINFOSIZE_SIZE	19
237 
238 #define	MSG_RTLD_DI_ORIGIN	"RTLD_DI_ORIGIN"
239 #define	MSG_RTLD_DI_ORIGIN_SIZE	14
240 
241 #define	MSG_RTLD_DI_PROFILENAME	"RTLD_DI_PROFILENAME"
242 #define	MSG_RTLD_DI_PROFILENAME_SIZE	19
243 
244 #define	MSG_RTLD_DI_PROFILEOUT	"RTLD_DI_PROFILEOUT"
245 #define	MSG_RTLD_DI_PROFILEOUT_SIZE	18
246 
247 #define	MSG_RTLD_DI_GETSIGNAL	"RTLD_DI_GETSIGNAL"
248 #define	MSG_RTLD_DI_GETSIGNAL_SIZE	17
249 
250 #define	MSG_RTLD_DI_SETSIGNAL	"RTLD_DI_SETSIGNAL"
251 #define	MSG_RTLD_DI_SETSIGNAL_SIZE	17
252 
253 #define	MSG_RTLD_DI_ARGSINFO	"RTLD_DI_ARGSINFO"
254 #define	MSG_RTLD_DI_ARGSINFO_SIZE	16
255 
256 #define	MSG_RTLD_DI_MMAPS	"RTLD_DI_MMAPS"
257 #define	MSG_RTLD_DI_MMAPS_SIZE	13
258 
259 #define	MSG_RTLD_DI_MMAPCNT	"RTLD_DI_MMAPCNT"
260 #define	MSG_RTLD_DI_MMAPCNT_SIZE	15
261 
262 #define	MSG_RTLD_DI_DEFERRED	"RTLD_DI_DEFERRED"
263 #define	MSG_RTLD_DI_DEFERRED_SIZE	16
264 
265 #define	MSG_RTLD_DI_DEFERRED_SYM	"RTLD_DI_DEFERRED_SYM"
266 #define	MSG_RTLD_DI_DEFERRED_SYM_SIZE	20
267 
268 #define	MSG_GBL_SEP	" | "
269 #define	MSG_GBL_SEP_SIZE	3
270 
271 #define	MSG_GBL_QUOTE	"\""
272 #define	MSG_GBL_QUOTE_SIZE	1
273 
274 #define	MSG_GBL_ZERO	"0"
275 #define	MSG_GBL_ZERO_SIZE	1
276 
277 #endif	/* LINTSUP_SUPPRESS_STRINGS */
278 
279 #endif	/* __lint */
280 
281 #endif
282