Home
last modified time | relevance | path

Searched refs:NELTS (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c588 #define NELTS 4 in dump_fltset() macro
593 uint32_t mask[NELTS]; in dump_fltset()
601 if (nelts > NELTS) /* Type has grown? Show what we understand */ in dump_fltset()
602 nelts = NELTS; in dump_fltset()
610 #undef NELTS in dump_fltset()
620 #define NELTS 4 in dump_sigset() macro
625 uint32_t mask[NELTS]; in dump_sigset()
633 if (nelts > NELTS) /* Type has grown? Show what we understand */ in dump_sigset()
634 nelts = NELTS; in dump_sigset()
642 #undef NELTS in dump_sigset()
[all …]