Searched defs:good_name (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddwarf.c92 * If good_name is non-NULL, conv_dwarf_regname() will set the variable to
103 * *good_name.
107 int *good_name, Conv_inv_buf_t *inv_buf)
207 if (good_name)
208 *good_name = ((regno < 8) || (regno > 15)) &&
217 if (good_name)
218 *good_name = (regno < ARRAY_NELTS(reg_i386));
225 if (good_name)
226 *good_name = (regno < ARRAY_NELTS(reg_sparc));
231 if (good_name)
106 conv_dwarf_regname(Half mach, Word regno, Conv_fmt_flags_t fmt_flags, int *good_name, Conv_inv_buf_t *inv_buf) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c162 int good_name; local
164 name = conv_dwarf_regname(mach, regno, 0, &good_name, &inv_buf);
171 if (good_name)

Completed in 46 milliseconds