Searched defs:prgregset_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dprocfs_isa.h69 #define prgregset_t gregset_t macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c32 /* prgregset_t is a define on intel */
33 #ifdef prgregset_t
34 typedef prgregset_t
35 #undef prgregset_t macro
36 prgregset_t; typedef
41 prgregset_t prgregset;
/illumos-gate/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h76 typedef prgreg_t prgregset_t[NPRGREG]; typedef

Completed in 44 milliseconds