Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c391 if (core->core_dmodel == PR_MODEL_ILP32) { in note_pstatus()
425 if (core->core_dmodel == PR_MODEL_ILP32) { in note_lwpstatus()
504 if (core->core_dmodel == PR_MODEL_ILP32) { in note_linux_psinfo()
626 if (core->core_dmodel == PR_MODEL_ILP32) { in note_linux_prstatus()
649 if (core->core_dmodel == PR_MODEL_ILP32) in note_linux_prstatus()
668 if (core->core_dmodel == PR_MODEL_ILP32) { in note_psinfo()
702 if (core->core_dmodel == PR_MODEL_ILP32) { in note_lwpsinfo()
1030 if (core->core_dmodel == PR_MODEL_ILP32) { in note_auxv()
1137 if (core->core_dmodel == PR_MODEL_ILP32) { in note_gwindows()
1187 if (core->core_dmodel == PR_MODEL_ILP32) { in note_spymaster()
[all …]
H A DPcontrol.h160 char core_dmodel; /* data model for core file */ member