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

/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c543 uint_t e_mach = pt->p_file ? pt->p_file->gf_ehdr.e_machine : EM_NONE; local
550 if (e_mach == EM_SPARCV9 || model == PR_MODEL_LP64) {
566 if (e_mach == EM_SPARC32PLUS || (P != NULL && PTL_GETXREGS(t,

Completed in 60 milliseconds