Searched refs:Msg (Results 1 - 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgsmsg.h37 * for strings, and Msg is an integer offset into that table.
39 typedef int Msg; typedef
44 * When __lint is defined, Msg is a char *. This allows lint to
47 typedef char *Msg; typedef
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dlintsup.c38 (void) _moe_msg((Msg)&__moe_msg[0]);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dlintsup.c36 (void) _ar_msg((Msg)&__ar_msg[0]);
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dutil.c37 _librtld_msg(Msg mid)
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dlintsup.c40 (void) printf("%s: %d\n", _ld_msg((Msg)&__ld_msg[0]), status);
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Dutil.c41 _libcrle_msg(Msg mid)
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddeftag.c37 static const Msg refs[] = {
H A Dsymbols_sparc_machelf.c36 static const Msg registers[] = { 0,
H A Dsections.c47 static const Msg secs_def[SHT_NUM] = {
59 static const Msg secs_dmp[SHT_NUM] = {
71 static const Msg secs_cf[SHT_NUM] = {
83 static const Msg secs_nf[SHT_NUM] = {
108 static const Msg usecs_def[SHT_HISUNW - SHT_LOSUNW + 1] = {
119 static const Msg usecs_dmp[SHT_HISUNW - SHT_LOSUNW + 1] = {
130 static const Msg usecs_cf[SHT_HISUNW - SHT_LOSUNW + 1] = {
141 static const Msg usecs_nf[SHT_HISUNW - SHT_LOSUNW + 1] = {
166 static const Msg usecs_gnu1_def[] = {
170 static const Msg usecs_gnu1_dm
[all...]
H A Ddata.c38 static const Msg types[] = {
H A Dmap.c40 static const Msg versions[] = {
H A Dsymbols.c66 static const Msg vis_def[] = {
72 static const Msg vis_cf[] = {
78 static const Msg vis_nf[] = {
135 static const Msg types_def[] = {
141 static const Msg types_cf[] = {
147 static const Msg types_nf[] = {
161 static const Msg sparc_def[] = { MSG_STT_SPARC_REGISTER_DEF };
162 static const Msg sparc_cf[] = { MSG_STT_SPARC_REGISTER_CF };
163 static const Msg sparc_nf[] = { MSG_STT_SPARC_REGISTER_NF };
222 static const Msg binds_de
[all...]
H A Ddwarf.c43 static const Msg cfa[] = {
57 static const Msg cfa_mips[] = { MSG_DW_CFA_MIPS_ADV_LOC8 };
58 static const Msg cfa_gnu[] = {
109 static const Msg reg_amd64[67] = {
150 static const Msg reg_i386[8] = {
161 static const Msg reg_sparc[64] = {
H A Delf.c40 static const Msg class_cf[] = {
43 static const Msg class_nf[] = {
46 static const Msg class_dump[] = {
92 static const Msg data_cf[] = {
95 static const Msg data_nf[] = {
98 static const Msg data_dump[] = {
101 static const Msg data_file[] = {
154 static const Msg mach_0_11_cf[] = {
162 static const Msg mach_0_11_nf[] = {
170 static const Msg mach_0_11_dm
[all...]
H A Ddynamic.c437 static const Msg tags_null_cf[] = {
456 static const Msg tags_null_cfnp[] = {
475 static const Msg tags_null_nf[] = {
494 static const Msg tags_null_dmp[] = {
529 static const Msg tags_sdreg_cf[] = {
531 static const Msg tags_sdreg_cfnp[] = {
533 static const Msg tags_sdreg_nf[] = {
549 static const Msg tags_sunw_auxiliary_cf[] = {
563 static const Msg tags_sunw_auxiliary_cfnp[] = {
577 static const Msg tags_sunw_auxiliary_n
[all...]
H A Drelocate_amd64.c39 static const Msg rels[R_AMD64_NUM] = {
H A Drelocate_i386.c39 static const Msg rels[R_386_NUM] = {
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dlintsup.c38 (void) _crle_msg((Msg)&__crle_msg[0]);
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dlintsup.c38 (void) _ldd_msg((Msg)&__ldd_msg[0]);
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dlintsup.c40 dbg_print(0, _pvs_msg((Msg)&__pvs_msg[0]));
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarhdr.c56 _elf_seterr((Msg)mh->m_err, 0);
H A Derror.c51 _libelf_msg(Msg mid)
57 _elf_seterr(Msg lib_err, int sys_err)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dglobals.c61 const Msg
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dlintsup.c41 (void) _elfdump_msg((Msg)&__elfdump_msg[0]);
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Dlintsup.c38 (void) _elfwrap_msg((Msg)&__elfwrap_msg[0]);

Completed in 103 milliseconds

1234