Lines Matching defs:file

4  * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
45 * Global include file for relocation common code.
142 * 5) String giving the source file for the relocation.
198 #define MSG_REL_PREFIL "relocation error: file %s: "
199 #define MSG_REL_FILE "file %s: "
242 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \
243 _kobj_printf(ops, MSG_REL_PREFIL, (file)); \
247 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \
249 _kobj_printf(ops, MSG_REL_FILE, (file)); \
253 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \
255 _kobj_printf(ops, MSG_REL_FILE, (file)); \
259 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \
261 _kobj_printf(ops, MSG_REL_FILE, (file)); \
265 #define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \
267 _kobj_printf(ops, MSG_REL_FILE, (file)); \
273 #define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \
275 _kobj_printf(ops, MSG_REL_FILE, (file)); \
284 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \
285 (eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_UNIMPL), (file), \
288 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \
290 conv_reloc_type_static(M_MACH, (rtype), 0), (file), \
293 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \
295 conv_reloc_type_static(M_MACH, (rtype), 0), (file), \
298 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \
300 conv_reloc_type_static(M_MACH, (rtype), 0), (file), \
303 #define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \
305 conv_reloc_type_static(M_MACH, (rtype), 0), (file), \
309 #define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \
311 conv_reloc_type_static(M_MACH, (rtype), 0), (file), \